-->
当前位置:首页 > 题库

PROGRAMMING:Find the number of days in a month

Luz5年前 (2021-05-10)题库590
Enter the year and month to find the days of the month. The rule of leap year is that the year that can be divided by 4 but not by 100 or by 400 is leap year.
###Input format:
Enter a number of years and months,
###Output format:
Output the days of the corresponding year.
###Input example:
```in
2008 2
```
###Output example:
```out
twenty-nine
```







answer:If there is no answer, please comment