Run ID:108826

提交时间:2025-01-22 14:04:23

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