Run ID:99018

提交时间:2024-11-24 09:34:01

n = int(input()) n = n-(n-1) for _ in range(n-1): print(n+1)