A,B,O,W=map(int,input().split()) ans=max(A,B)+O+W print(ans)