d = gets.to_i a, b = gets.split.map(&:to_i) x = d * b / (a + b) p x * a + (d - x) * b