12402 - 求月份的天数

通过次数

232

提交次数

432

Time Limit : 1 秒
Memory Limit : 128 MB

输入年和月份,求该月有多少天。

Input

y m(y表示年,m表示月)

Output

该月有多少天

Examples

Input

2000 1

Output

31

Hint

可以使用switch...case..语句