Problem2088--房间数

2088: 房间数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

农场有n头奶牛,每3头奶牛住一个房间,农场至少需要多少个房间?

Input

一个整数n(1<=n<=1000000)

Output

一个整数,表示房间的数量。

Sample Input Copy

7

Sample Output Copy

3

Source/Category