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

PROGRAMMING:Enter the year and month

Luz5年前 (2021-05-10)题库446
Input a year and month, output the number of days in this month.
###Input format:
Enter the year and month separated by a space.
###Output format:
Enter the number of days for the month of the year.
###Input example:
```in
2000 2
```
###Output example:
```out
twenty-nine
```
###Input example:
```
1900 2
```
###Output example:
```
twenty-eight
```
###Input example:
```
1900 6
```
###Output example:
```
thirty
```






answer:If there is no answer, please comment