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

PROGRAMMING:How many days in one month

Luz5年前 (2021-05-10)题库399
Develop a program to determine how many days in the given month of a year.
### Input Specification:
Each input file contains one test case, which gives a year and a month in a line. Seperate each by a period.
### Output Specification:
For each test case, print in a line the value of days.
### Sample Input:
Write a sample input here. For example:
```in
two thousand and six point three
```
### Sample Output:
Write the corresponding sample output here. For example:
```out
thirty-one
```







answer:If there is no answer, please comment