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

PROGRAMMING:[simple branch] [days of month a --]

Luz5年前 (2021-05-10)题库488
Now, given a certain month, we need to output the number of days in that month, assuming that all years are regular years.
###Input format:
Enter a positive integer m for the month. M can only be a positive integer between \ [1 ~ 12 \].
###Output format:
Output the number of days in month M. after outputting the data, you need to output carriage return and line feed.
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out
thirty-one
```







answer:If there is no answer, please comment