N, G, V = gets.split.map(&:to_i) M = N / 5 puts Rational(M * G, V).to_f.round(12)