Số số hạng

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 - 1) / 2\).

Input

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

Output

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

Example

Test 1
Input
9
Output
4

Comments

There are no comments at the moment.