본문 바로가기
python-algorithm

[백준] 4909

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

1
2
3
4
5
while 1:
    tmp=sorted(list(map(int, input().split())))
    if sum(tmp)==0 : break
    if (sum(tmp)-tmp[0]-tmp[5])/4 ==int ((sum(tmp)-tmp[0]-tmp[5])/4): print(int ((sum(tmp)-tmp[0]-tmp[5])/4))
    elseprint((sum(tmp)-tmp[0]-tmp[5])/4)
cs
반응형

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

[백준] 5235  (0) 2021.03.19
[백준] 5692  (0) 2021.03.16
[백준] 4758  (0) 2021.03.16
[백준] 4714  (0) 2021.03.16
[백준] 4635  (0) 2021.03.12

댓글