We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f468a commit f891624Copy full SHA for f891624
2751.py
@@ -0,0 +1,8 @@
1
+# 수 정렬하기 2
2
+
3
+list = [int(input()) for _ in range(int(input()))]
4
5
+list.sort()
6
7
+for i in list:
8
+ print(i)
0 commit comments