ax,ay=map(int,input().split()) bx,by=map(int,input().split()) print(ax*(by-ay)/(bx+ax)+ay)