Given a number, you have to determine the square of that number.
The first line indicating the number of test cases - T.
Next T lines will each contain a single number - ni.
T lines each indicating the square si of the number ni.
3
3
25
13
9
625
169
0 <= T < 100000
0 <= ni<= 100000