https://www.acmicpc.net/problem/10817
num = list(map(int, input().split()))
num.sort()
print(num[1])
'알고리즘 > 백준' 카테고리의 다른 글
[Python] 백준 2446번 - 별 찍기 - 9 (0) | 2020.06.09 |
---|---|
[Python] 백준 2523번 - 별 찍기 - 13 (0) | 2020.06.09 |
[Python] 백준 5543번 - 상근날드 (0) | 2020.06.09 |
[Python] 백준 10039번 - 평균 점수 (0) | 2020.06.09 |
[Python] 백준 1110번 - 더하기 사이클 (0) | 2020.06.09 |
댓글