a, b, c = gets.split.map(&:to_i) printf "%.8f\n", (a*c).to_f/b