100 atcoder#ABC157A. [ABC157A] Duplex Printing
[ABC157A] Duplex Printing
Score : points
Problem Statement
Takahashi wants to print a document with 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
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
5
3
By printing the -st, -nd pages on the -st sheet, -rd and -th pages on the -nd sheet, and -th page on the -rd sheet, we can print all the data on sheets of paper.
2
1
100
50