Run ID:108887

提交时间:2025-01-22 20:19:37

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