Ciao Ecco un Q che è stato chiesto in Adobe Intervista.I numeri che terminano in 3 hanno almeno un multiplo con tutti quelli
Numbers ending in 3 have at least one multiple having all ones.
for eg., 3 and 13 have amultiples like 111 and 111111 respectively. Given such
a no. , find the smallest such multiple of that number. The multiple can
exceed the range of int, long. You cannot use any complex data structure.
Mi potete fornire una soluzione efficiente
Quindi, che cosa hai bisogno esattamente? – felknight
Una risposta esplicativa fornita [qui] (http://stackoverflow.com/a/7130063). – TheHappySloth
Possibile duplicato di [Algoritmo in C - giocando con i numeri - numero con 3 nella posizione delle unità] (https://stackoverflow.com/questions/7129855/algorithm-in-c-playing-with-numbers-number-with-3 -in-units-place) – roottraveller