d = gets.to_i a, b = gets.split.map(&:to_i) x2 = d * b #p 3.div(2) p (x2 * a + (d * (a + b) - x2) * b).div(a + b)