提交时间:2024-12-13 20:29:23

运行 ID: 304128

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