Skip to content

Commit 01df488

Browse files
authored
Update 2.py
1 parent 22b120f commit 01df488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14/2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
a = list(map(int, input().split()))
33
a.sort()
44

5-
# Median(가운데) 값을 출력합니다.
5+
# 중간값(median)을 출력
66
print(a[(n - 1) // 2])

0 commit comments

Comments
 (0)