Run ID:107954

提交时间:2025-01-19 09:43:18

n=int(input()) i=1 while True: if i>n: break print(i) i=i+1