Divisibility
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
At the input of the program, we have two non-zero integers n and m, written in a single line separated by a space. The program should output 1 if the number n is divisible by m without a remainder, and 0 otherwise.
Input
Two integers written in a single line.
Output
The solution to the problem.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 15K
Acceptance rate 50%