Squared

Limits 1s, 512 MB

Given the length of a side of a square, calculate and print its area.

Input

The input will contain one integer LL (0<L<20000 < L < 2000).

Output

Print the area of the square.

Sample

InputOutput
5
25