13290: AcmPC2015 - 102 - One Parameter

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

已知一个正整数可以求出该数的平方值,你可以编程实现吗?

Input

输入不超过100个正整数的数据n(1<= n <= 10000),每个正整数以空格分隔。

Output

每个输入对应一个输出,输出值为输入值的平方,每个输出占一行。

Sample Input Copy

1 2 3 4

Sample Output Copy

1
4
9
16