A,B,C,D=map(int,input().split()) print(min(A//C,B//D))