biggest_item = gets.split.map(&:to_i).sort{|x, y| y.to_i <=> x.to_i }.first puts biggest_item * 2 - 1