*a, b = map(int, input().split()) print(max(sum(a) + b, 3 * a[2]))