We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b120f commit 01df488Copy full SHA for 01df488
14/2.py
@@ -2,5 +2,5 @@
2
a = list(map(int, input().split()))
3
a.sort()
4
5
-# Median(가운데) 값을 출력합니다.
+# 중간값(median)을 출력
6
print(a[(n - 1) // 2])
0 commit comments