Run ID:107968

提交时间:2025-01-19 09:58:04

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