提交时间:2024-11-22 19:54:15

运行 ID: 301132

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