2103: 练18.3 组别判断

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:3

Description

信息学课上要同学分组做期末报告,分组的方式为依座号顺序,每 $3$ 个人一组。如:$1$, $2$, $3$ 为第一组,$4$, $5$, $6$ 为第二组….以此类推。n输入一个同学的座号,请判断他在哪一组。

Input

输入只有一行,含有一个正整数 $n$($1≤n≤60$),代表那个同学的座号。

Output

输出组别。

Sample Input Copy

7

Sample Output Copy

3

Source/Category