[백준] 5596번 : 시험 점수 - Python(파이썬)

강재원·2022년 9월 14일
0

[코딩테스트] Python

목록 보기
35/200



https://www.acmicpc.net/problem/5596

a,b,c,d=map(int,input().split())
sum=a+b+c+d
a,b,c,d=map(int,input().split())
sum1=a+b+c+d
ma=max(sum,sum1)
print(ma)
profile
개념정리 & 문법 정리 & 알고리즘 공부

0개의 댓글