Run ID:153587

提交时间:2026-05-23 13:23:28

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