PROGRAMMING:What day
Program input year, month, day three integers (guarantee is legal date), output this day is the first day of the year.
###Input example:
```in
2015 10 31
```
###Output example:
```out
three hundred and four
```
###Input example:
```in
2060 12 31
```
###Output example:
```out
three hundred and sixty-six
```
answer:If there is no answer, please comment
###Input example:
```in
2015 10 31
```
###Output example:
```out
three hundred and four
```
###Input example:
```in
2060 12 31
```
###Output example:
```out
three hundred and sixty-six
```
answer:If there is no answer, please comment