Tìm số hạng


Submit solution

Points: 50
Time limit: 1.0s
Memory limit: 20M

Author:
Problem types

Cho dãy số sau: 1, 4, 9, 16, 25,... Em hãy tìm số hạng thứ \(n\).

Dữ liệu vào:

  • Một dòng duy nhất là số nguyên dương \(n\) \((n \le 10^7)\)

Kết quả:

  • Một số duy nhất là kết quả bài toán

Ví dụ 1:

Input

4

Output

16

Comments

There are no comments at the moment.