|
Time |
Memory |
| Case 1 |
1 sec |
32 MB |
| Case 2 |
1 sec |
32 MB |
| Case 3 |
1 sec |
32 MB |
| Case 4 |
1 sec |
32 MB |
| Case 5 |
1 sec |
32 MB |
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.)
Tags