Beakjoon&프로그래머스/파이썬
[백준/파이썬] 31922번 이 대회는 이제 제 겁니다
현장
2024. 5. 27. 15:37
-Code
a, p, c = map(int, input().split())
print(a + c if a + c > p else p)