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

PROGRAMMING:What day

Luz5年前 (2021-05-10)题库387
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