提交时间:2024-11-22 19:47:24

运行 ID: 301126

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