Calculate the square of a given natural number.

Input

The number $$n \in \mathbb{N}$$.

Output

The square $$n^2$$.

Example

Input:

5

Output:

25