20250813 baekjoon

This commit is contained in:
songyc macbook 2025-08-13 21:52:54 +09:00
parent 23a580cc90
commit 10eb1a2a75

View File

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