提交时间:2024-11-29 19:39:56

运行 ID: 302140

n=int(input()) a=0 while a < n: a+=1 print(a)