알고리즘 문제 풀기/Codeup
Codeup 1417 - 범인을 잡아라 2
bug_maker
2019. 3. 10. 11:36
http://codeup.kr/problem.php?id=1417
Codeup 1417 - 범인을 잡아라 2
heights = list(map(int, input().split()))heights.sort(reverse=True)print(heights[2])