Calculate the square of a given natural number.
Input
The number
n
∈
N
.
Output
The square
n
2
.
Example
Input:
5
Output:
25