提交时间:2024-11-22 20:08:43

运行 ID: 301154

n,m=input().split() n=int(n) m=int(m) a=n+1 while a < m: print(a) a+=1