Squares of numbers
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Print the squares of all positive integers not exceeding in ascending order.
Input
One positive integer .
Output
Print the list of squares of all positive integers not exceeding in ascending order.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 24K
Acceptance rate 34%