提交时间:2025-01-10 16:28:01

运行 ID: 308206

n=int(input()) for i in range(1,n+1,1): print(i)