提交时间:2024-12-13 19:50:10

运行 ID: 304102

n,m =input().split() n =int(n) m =int(m) a =n+1 for b in range(n+1,m): print(b)