11195: 4.27 显示闰年
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:0
Description
编写程序,输入整数a和b,其中a<b,显示从a年~b年中所有的闰年,每行显示10个。
Input
输入整数a和b,其中a<b
Output
显示从a年~b年中所有的闰年,每行显示10个。每个数字之间空一格
Sample Input Copy
2001 2100
Sample Output Copy
2004 2008 2012 2016 2020 2024 2028 2032 2036 2040
2044 2048 2052 2056 2060 2064 2068 2072 2076 2080
2084 2088 2092 2096