100 atcoder#ABC157A. [ABC157A] Duplex Printing

[ABC157A] Duplex Printing

Score : 100100 points

Problem Statement

Takahashi wants to print a document with NN pages double-sided, where two pages of data can be printed on one sheet of paper.

At least how many sheets of paper does he need?

Constraints

  • NN is an integer.
  • 1N1001 \leq N \leq 100

Input

Input is given from Standard Input in the following format:

NN

Output

Print the answer.

5
3

By printing the 11-st, 22-nd pages on the 11-st sheet, 33-rd and 44-th pages on the 22-nd sheet, and 55-th page on the 33-rd sheet, we can print all the data on 33 sheets of paper.

2
1
100
50