input = gets.split.map &:to_f a, b, c, d, e, f = input.map { _1 / input[0] } puts Math.sqrt(f - e + c * c / 4 + d * d / 4)