#include #define double long double #define EPS (1e-6) #define rep(i,n)for(int i=0;i> vl >> vr >> d >> w; printf("%.7llf\n", d/(vl+vr)*w); }