Calculate the square of a given natural number.

Input

The number nN.

Output

The square n2.

Example

Input:

5

Output:

25