A1, A2, A3, B = gets.split.map(&:to_i) puts [3 * [A1, A2, A3].max, A1 + A2 + A3 + B].max