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

运行 ID: 301133

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