PROGRAMMING:Use the structure to calculate the number of days
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
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