Find the smallest number that consist of only number 1's (e.g. 11111111111) which satisfy a given divisor and remainder. Then return the sum of its digits.
Example:
remainder = 7 divisor = 12
then dividend = 1111 and the resulting sum is 4.
1102 Solvers
153 Solvers
When can one be the Life Member of the IEEE?
60 Solvers
1391 Solvers
Matrix of almost all zeros, except for main diagonal
122 Solvers
Solution 477740
nice job, well done tim