提交时间:2025-02-28 14:51:39

运行 ID: 310172

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