eolymp
bolt
Try our new interface for solving problems
Problems

Perfect square

Perfect square

Positive integer $n$ is given. If $n$ is a perfect square of some positive integer $m$, then print $m$. Otherwise print "\textbf{No}". \InputFile One positive integer $n$. \OutputFile Print the required answer.
Time limit 1 second
Memory limit 128 MiB
Input example #1
25
Output example #1
5
Input example #2
27
Output example #2
No
Author Matviychuk Sergiy
Source "ABC programming"