Run ID:107952

提交时间:2025-01-19 09:39:50

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