Run ID:107971
提交时间:2025-01-19 10:07:58
i,j = input().split() i,j = int(i),int(j) for x in range(i,j+1): print(x)