정렬중 1436 2751 10989

This commit is contained in:
2020-08-07 19:53:07 +09:00
parent f056a28dfb
commit 9e0f761ea7
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
for i in sorted(map(int,(j for j in [*open(0)][1:]))):print(i)