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