2025-10-27 20:45:53 +09:00

1 line
70 B
Python

print('\n'.join(list(map(str,[n for n in range(int(input()),0,-1)]))))