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

PROGRAMMING:Days of a month

Luz5年前 (2021-05-10)题库475
Program input year and month, output this month of the year how many days.
###Input example:
```in
2015 10
```
###Output example:
```out
thirty-one
```
###Input example:
```in
2016 2
```
###Output example:
```out
twenty-nine
```






answer:If there is no answer, please comment