Số số hạng #2

View as PDF

Points: 100 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Nhập số nguyên dương \(N\). Hãy in ra số các số nguyên dương nhỏ hơn hoặc bằng \(N^2\) và lớn hơn hoặc bằng \(N + 1\).

Input

  • Nhập 1 số nguyên dương \(N\) (\(1 \leq N \leq 15\)).

Output

  • In ra đáp án theo yêu cầu đề bài.

Example

Test 1
Input
3
Output
6

Comments

There are no comments at the moment.