MLE '19 Contest 4 P1 - Hi
View as PDFA 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