提交时间:2025-04-05 20:14:04

运行 ID: 316151

n=int(input()) for i in range(n,0,-1): print(i)