a = gets.strip.split.map(&:to_f) puts a[0]/a[1]*a[2]