提交时间:2024-11-22 20:03:44

运行 ID: 301138

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