Toph easy problem(Squared)
Question :
Squared
Limits: 1s, 512 MB
Given the length of a side of a square, calculate and print its area.
Input
The input will contain one integer L (L < 2000).
Output
Print the area of the square.
No comments