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

运行 ID: 304116

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