Problem1316--数列

1316: 数列

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

Description

观察序列的规律:1  4  9   16  25.....求第n项

Input

一个整数n。

Output

一个整数,表示第n项的值

Sample Input Copy

3

Sample Output Copy

9

Source/Category