Hometask
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Kolya is still trying to pass a test on Numbers Theory. The lecturer is so desperate about Kolya's knowledge that she gives him the same task every time.
The problem is to check if is divisible by .
Input
One integer .
Output
Print "YES" if is divisible by , otherwise print "NO".
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 18%