提交时间:2024-12-13 20:04:35

运行 ID: 304115

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