n, g, v = gets.split.map(&:to_i) n5 = (n / 5) printf "%.12f\n", n5.to_f * g / v