a,b,c,d=map(int, input().split()) #A=list(map(int, input().split())) print(max(a+b+c+d,3*c))