Bình phương

View as PDF

Points: 1100 Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

In ra bình phương của một số

Input

  • Gồm một dòng chứa số nguyên dương \(N\) với \(|N| \le 10^{9}\)

Output

  • In ra một dòng là kết quả bài toán

Example

Test 1
Input
3
Output
9
Test 2
Input
4
Output
16
Test 3
Input
5
Output
25

Comments

There are no comments at the moment.