A positive integer is called a solution to
if
. Given
, can you determine if it is a solution?
Input Specification
The first line will contain the integer
.
Output Specification
If is a solution to
, output
SOLUTION
. Otherwise, output NO
.
Sample Input
1
Sample Output
NO
Comments