2025-12-31 22:01:12 +09:00

1 line
68 B
Python

print(max([sum(list(map(int, input().split()))) for _ in range(2)]))