Run ID:107963
提交时间:2025-01-19 09:54:46
i,j=input().split() i=int(i) j=int(j) while True: if i>j: break print(i) i=i+1