Diện tích hình vuông

View as PDF

Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Cho 1 số nguyên nguyên dương n (Với 1≤a≤1000). Hãy tính diện tích hình vuông có cạnh là n.>
**Input**

Dòng đầu tiên có chứa 1 số nguyên dương n (Với 1≤n≤1000).


Output

Một dòng duy nhất là diện tích hình vuông có cạnh là n.

Simple Examples

Input

1

Output

1

Input

3

Output

9


Comments

Please read the guidelines before commenting.


There are no comments at the moment.