Run ID:122526

提交时间:2025-06-21 10:23:53

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