백준 BAEKJOON 31922번 이 대회는 이제 제 겁니다 [PYTHON/파이썬] 백준 BAEKJOON 31922번 이 대회는 이제 제 겁니다 [PYTHON/파이썬] (BRONZE Ⅳ)https://www.acmicpc.net/problem/31922 간단한 계산 문제이다.max 함수를 활용하면 된다. A, P, C = map(int, input().split())print(max(A + C, P)) ALGORITHM/PYTHON 2024.06.11