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

PROGRAMMING:Use the structure to calculate the number of days

Luz5年前 (2021-05-10)题库395
Define structure variables (including year, month and day), and program to realize the following functions:
After inputting the date, the program calculates the date of the year
###Input format:
Enter the date of the year. See the sample for the format
###Output format:
Output the date of the year. See the sample for the format
###Input example:
```in
2001 8 1
```
###Output example:
```out
two hundred and thirteen
```







answer:If there is no answer, please comment