提交时间:2025-03-26 19:26:54
运行 ID: 314633
n,m=map(int,input().split()) for i in range(n+1,m,1): print(i)