Run ID:119845
提交时间:2025-05-19 21:19:35
i,j = input().split() i,j = int(i),int(j) for x in range(i,j+1): print(x)