a,b,x,y=gets.split.map(&:to_i) p (t=1.0*x*b/a)<=y ? x+t : y+(1.0*y*a/b)