반응형
https://www.acmicpc.net/problem/5596
a = sum(map(int,input().split()))
b = sum(map(int,input().split()))
print(max(a,b))
반응형
'📚 Algorithm' 카테고리의 다른 글
[Python] 백준 5575번 타임 카드 (0) | 2021.06.29 |
---|---|
[Python] 백준 14470번 전자레인지 (0) | 2021.06.26 |
[Python] 백준 1271번 엄청난 부자2 (0) | 2021.06.23 |
[Python] 백준 10171번 고양이 (2) | 2021.06.22 |
[Python] 백준 10172번 개 (0) | 2021.06.22 |
댓글