a,b,c,d,e,f = map(int, input().split()) import math r = math.sqrt(c**2/(4*a**2)+d**2/(4*a**2)+(f-e)/a) print(r)