Run ID:122527

提交时间:2025-06-21 10:24:28

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