본문 바로가기
python-algorithm

[백준] 17388

by 무적김두칠 2020. 12. 17.

1
2
3
4
5
6
7
8
9
tmp=list(map(int,input().split()))
 
if not sum(tmp)<100print("OK")
else:
    for i in range(len(tmp)):
        if tmp[i]==min(tmp):
            if i==0:print("Soongsil")
            if i == 1print("Korea")
            if i == 2print("Hanyang")
cs
반응형

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

[백준] 19944  (0) 2020.12.17
[백준] 19698  (0) 2020.12.17
[백준] 17362  (0) 2020.12.17
[백준] 16486  (0) 2020.12.17
[백준] 16431  (0) 2020.12.17

댓글