提交时间:2024-11-29 20:15:03

运行 ID: 302186

n=int(input()) a=n while a > 0: print(a) a-=1