12356 - Square Number   

Description

Write a program that prints the square of any input integer

Input

n (0 <= n < 1000)

Output

n^2 (Note that you need to print '\n' at the end of the output.)

Sample Input  Download

Sample Output  Download

Tags




Discuss