a, b = map(int,input().split()) c, d = map(int,input().split()) print((c*b + a*d) / (c + a))