Number of terms

Xem dạng PDF

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:
Châu Nhật Tăng
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch

Write a program that inputs an integer ~n~ and prints the maximum positive integer less than or equal to ~(n-1)/2~.

Input

  • One integer number ~n~ ~(n ≤ 10^{18})~.

Output

  • Print a single line containing the maximum positive integer less than or equal to ~(n-1)/2~.

Sample Input

5

Sample Output

2

Bình luận

Hãy đọc nội quy trước khi bình luận.


Không có bình luận tại thời điểm này.