Sequence 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Display the first n numbers of the sequence 1 4 9 16 25 ...
Input
A natural number n, where 1 ≤ n ≤ 100
Output
The numbers of the sequence, separated by a space, all on one line.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 64%