Agorithm/백준 알고리즘
백준 알고리즘 5596번 시험 점수(python)
kimjinho1
2021. 2. 4. 12:01
728x90
반응형
단순 수학 문제이다.
s1 = sum(map(int, input().split()))
s2 = sum(map(int, input().split()))
print(max(s1, s2))
728x90
반응형