import sys input=lambda: sys.stdin.readline().rstrip() vl,vr=map(int,input().split()) d=int(input()) w=int(input()) print(w*d/(vl+vr))