a = gets.chomp.split(" ").map(&:to_i).inject(:+) d = gets.chomp.to_i ans = d / a.to_f w = gets.chopmp.to_i puts ans * w