Run ID:108834

提交时间:2025-01-22 14:09:32

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