python-algorithm

[백준] 10817

무적김두칠 2020. 12. 28. 09:32

1
2
tmp=list(map(int, input().split()))
print((sorted(tmp))[1])
cs

이게 지금 난이도 브론즈2 로 책정돼있는데.. 흠
3,4로 낮춰도 될 것 같아요 쉽습니다.

반응형