Perfect square
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Positive integer is given. If is a perfect square of some positive integer , then print . Otherwise print "No".
Input
One positive integer .
Output
Print the required answer.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 21K
Acceptance rate 41%