Ответ:

var v1,v2,t,t1:real;

Begin

  read(v1,v2,t,t1);

  writeln(v1*(t+t1)<=v2*t1);

End.