Problem2316--初级第七课——计算某月天数

2316: 初级第七课——计算某月天数

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

Description

输入一个年份和月份,请输出这个月的天数。

Input

两个整数,表示年份和月份,用一个空格隔开

Output

一行,就一个整数,表示这个月的天数

Sample Input Copy

1998 5

Sample Output Copy

31

Source/Category