Company: IDFC_27july
Difficulty: medium
Count Divisible Shifted Numbers Problem Description Alaina, struggling with math class, attempted to distract herself by typing the number N1 on her phone. Caught by the teacher, she was tasked with generating all possible numbers by shifting the unit digit to the last digit repeatedly. To make the exercise more challenging, the teacher then instructed Alaina to identify how many of these generated numbers were divisible by another number N2. Now, Alaina needs your help to create a program that accepts two inputs, N1 and N2, and outputs the resultant number after applying the shifting operation. Your program should assist Alaina in efficiently solving this problem for various pairs of N1 and N2 values as provided in her homework. Read the input from STDIN and write the output to STDOUT. You should not write arbitrary strings while reading the input and while printing as these contribute to the standard output. Constraints 1 1 N1 allows only numbers in it. If N1 starts with 0 then it mu