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}$$$.
InputThe only line of input contains a positive integer n.
OutputPrint the number $$$n^{2}$$$: n multiplied by itself.
ExampleInput6Output
36