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

PROGRAMMING:Leap year

Luz5年前 (2021-05-10)题库560
Input two years, output the leap years between these two years (including these two years).
### Input format:
Two positive integers seperated by space.
### Output format:
Leap years seperated by comma.
### Input:
```
2000 2016
```
### Output :
```
2000,2004,2008,2012,2016,
```






answer:If there is no answer, please comment