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

PROGRAMMING:Calculate the total number of days in consecutive n years starting from year y

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