Run ID:117723

提交时间:2025-04-19 21:48:45

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