728x90
반응형

단순 구현 문제이다.

A, B = map(int, input().split())
C, D = map(int, input().split())
print(min(A+D, B+C))
728x90
반응형

+ Recent posts