Run ID:108888

提交时间:2025-01-22 20:22:05

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