#include using namespace std; int main(){ int a,b,c,d;cin>>a>>b>>c>>d; int k=1; while(1){ if(k*c>b||(c+1)*k>d||k>a)break; } cout<