반응형
https://www.acmicpc.net/problem/11943
a,b = map(int, input().split())
c,d = map(int, input().split())
print(min(a+d, c+b))
반응형
'📚 Algorithm' 카테고리의 다른 글
[Python] 백준 20499번 Darius님 한타 안 함? (0) | 2021.07.06 |
---|---|
[Python] 백준 5893번 17배 (0) | 2021.07.02 |
[Python] 백준 19944번 뉴비의 기준은 뭘까? (0) | 2021.06.30 |
[Python] 백준 5575번 타임 카드 (0) | 2021.06.29 |
[Python] 백준 14470번 전자레인지 (0) | 2021.06.26 |
댓글