D = gets.to_i A, B = gets.split.map(&:to_i) puts (0..D).map { |d| A * d + (D - d) * B }.min