提交时间:2024-11-22 19:46:27

运行 ID: 301123

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