Run ID:123116

提交时间:2025-06-28 09:50:53

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