Run ID:118929

提交时间:2025-05-10 20:45:09

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