728x90
반응형
단순 구현 문제이다.
A, B = map(int, input().split())
C, D = map(int, input().split())
print(min(A+D, B+C))
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 13597번 Tri-du(python) (0) | 2021.02.06 |
---|---|
백준 알고리즘 13136번 Do Not Touch Anything(python) (0) | 2021.02.06 |
백준 알고리즘 11549번 Identifying tea(python) (0) | 2021.02.06 |
백준 알고리즘 11466번 Alex Origami Squares(python) (0) | 2021.02.06 |
백준 알고리즘 11282번 한글(python) (0) | 2021.02.06 |