#include using namespace std; int main(){ int a,b,x,y;cin>>a>>b>>x>>y; if(a*y<=b*x){ cout<