This is a simple ask for you. Two integers will be given to you. You have to tell if the first number is divisible by the second number or not, that’s all.
Input Format
Input starts with an integer T, denoting the number of test cases.
Then each contains two integers N, M.
Constraints
T ≤ 10
-10^101 < n=""><>
1 < m=""><>
Output Format
For each case, you have to print Case #: Yes or No, here # is the case number and Yes if N is divisible by M, No if N is not divisible by M. See sample input output for better understanding.
Sample Input 0
Sample Output 0
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here