PROGRAMMING:Days of a month
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
###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