Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Given the sequence ~ 2, 5, 8, 11, \ldots ~
Find the ~ n ~-th term where ~ n ~ is input from the keyboard.
Input
- A single line containing a positive integer ~ n ~ (~ 0 < n \leq 10^{18} ~).
Output
- A single line with the ~ n ~-th term.
Sample Input
4
Sample Output
11
Bình luận