Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
[
ProblemSet
Status
Ranklist
OI Ranklist
Statistics
]
Login
Problem G: 循环结构-输出两数之间的数
Problem G: 循环结构-输出两数之间的数
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
352
Solved:
293
[
Status
] [
Submit
] [Creator:
]
Description
输入2个整数,a和b,(a<b)
输出a-b之间的所有数,每两个数之间用一个空格隔开。
Input
3 11
Output
3 4 5 6 7 8 9 10 11