본문 바로가기
python-algorithm

[백준] 18411

by 무적김두칠 2021. 3. 9.

1
2
tmp=sorted(list(map(int, input().split())))
print(sum(tmp[1:3]))
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 19602  (0) 2021.03.09
[백준] 18414  (0) 2021.03.09
[백준] 18408  (0) 2021.03.09
[백준] 18330  (0) 2021.03.08
[백준] 18005  (0) 2021.03.08

댓글