a1, a2, a3, b = map(int, input().split()) print(max(max([a1, a2, a3])*3, a1+a2+a3+b))