407030: GYM102697 001 Square The Number

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

001. Square The Numbertime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output

A number squared is defined as the number multiplied by itself. In this problem, given a number n, print the number $$$n^{2}$$$.

Input

The only line of input contains a positive integer n.

Output

Print the number $$$n^{2}$$$: n multiplied by itself.

ExampleInput
6
Output
36

加入题单

算法标签: