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