Run ID:99017
提交时间:2024-11-24 09:33:45
n = int(input()) n = n-(n-1) for _ in range(n-1): print(n+1) n = n+1