提交时间:2024-12-13 20:30:05

运行 ID: 304129

n=int(input()) n=int(n) for i in range(n)[::-1]: print(i+1)