xa, ya = gets.split.map(&:to_f) xb, yb = gets.split.map(&:to_f) p (xa*yb + xb*ya) / (xa + xb)