PROGRAMMING:Calculate the total number of days in consecutive n years starting from year y
Program to calculate the total number of days in consecutive n years starting from year y.
###Input format:
Enter a positive integer y (Y > = 1900) and a positive integer n (n > = 1), separated by spaces.
###Output format:
Output a positive integer number of days in a row.
###Input example:
```in
1999 2
```
###Output example:
```out
seven hundred and thirty-one
```
answer:If there is no answer, please comment
###Input format:
Enter a positive integer y (Y > = 1900) and a positive integer n (n > = 1), separated by spaces.
###Output format:
Output a positive integer number of days in a row.
###Input example:
```in
1999 2
```
###Output example:
```out
seven hundred and thirty-one
```
answer:If there is no answer, please comment