提交时间:2024-11-22 20:19:16

运行 ID: 301163

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