The next number is 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program should read a natural number n from the console and determine the smallest perfect square greater than n.
Input
A natural number n.
Output
The smallest perfect square greater than n.
Examples
Input #1
Answer #1
Submissions 11K
Acceptance rate 40%