Square
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Four positive integers are given. Find the square of any number if there exists a square with side lengths . Print "No" otherwise.
Input
Four positive integers , each no more than .
Output
If the square exists, print the square of any number. Otherwise print "No".
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 19K
Acceptance rate 38%