1664: 【分支】天数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:38 Solved:30

Description

3.9   判断2014年每个月份的天数。提示:2014年为平年,2月份只有28天。


Input

一个数(1~12),表示月份。


Output

对应月份的天数。


Sample Input Copy

1

Sample Output Copy

31