2025-08-13 21:52:54 +09:00

1 line
79 B
Python

print('\n'.join(map(str, sorted([int(input()) for _ in range(int(input()))]))))