Problem B: 完全平方数的性质 - 1

Problem B: 完全平方数的性质 - 1

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输出12,22,32,...,n2的数。

Input

输入一个整数。

Output

输出每个数的平方,每个数占一行。

Sample Input Copy

20

Sample Output Copy

1
4
9
16
25
36
49
64
81
100
121
144
169
196
225
256
289
324
361
400