Run ID:107953

提交时间:2025-01-19 09:40:45

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