반응형
https://www.acmicpc.net/problem/5543
# @Author YoungMinKim
# baekjoon
high_buger= int(input())
mid_buger=int(input())
low_buger = int(input())
coke = int(input())
soda = int(input())
buger=[high_buger,mid_buger,low_buger]
drink = [coke,soda]
buger.sort();drink.sort()
print(buger[0]+drink[0]-50)
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 8393 (0) | 2020.08.27 |
---|---|
baekjoon - python - 5988 (0) | 2020.08.27 |
baekjoon - python - 5338 (0) | 2020.08.26 |
baekjoon - python - 5337 (0) | 2020.08.26 |
baekjoon - python - 4999 (0) | 2020.08.26 |
댓글