Run ID:107966

提交时间:2025-01-19 09:56:33

i,j=input().split() i=int(i) j=int(j) while True: if i>j: break print(i) i=i+1