Hi everyone,
This problem gives you two inputs N, M and N contains a number like (123) and all what you have to do is to add some digits on the left or the right of the (123) to make it divisible by M Hint about solving this problem, Or a solution for It?
constrains :- N<= 10^12 and M <= 2 * 10^5
Sample tests:-
(Test 1) 1 2 ===> 10 (Test 2) 2 11 ===> 22 (Test 3)234 823 ===> 12345
problem link: https://www.urionlinejudge.com.br/judge/en/problems/view/2788
And thanks In advance. :)