PROGRAMMING:Calculate total days
Programming: input a year, find out the total number of days from January 1, A.D. to January 1, A.D., limit the cycle structure can not be used. Suppose the Gregorian calendar was applied from the first day A.D. The rule of intercalation in Gregorian calendar is 97 Intercalations in 400 years, which can also be summarized as four intercalations, one hundred non intercalations and four hundred intercalations.
###Input format:
Enter a positive integer for the year.
###Output format:
Output the total number of days and wrap the last line.
###Input example:
```in
two thousand and twenty-one
```
###Output example:
```out
seven hundred and thirty-seven thousand seven hundred and ninety-one
```
answer:If there is no answer, please comment
###Input format:
Enter a positive integer for the year.
###Output format:
Output the total number of days and wrap the last line.
###Input example:
```in
two thousand and twenty-one
```
###Output example:
```out
seven hundred and thirty-seven thousand seven hundred and ninety-one
```
answer:If there is no answer, please comment