提交时间:2024-11-22 20:06:00
运行 ID: 301145
n,m=input().split() n=int(n) m=int(m) a=n+1 while a<m: print(a) a+=1