import sys Vl,Vr=map(int,input().split()) d=int(input()) w=int(input()) print(w*(d/(Vl+Vr)))