a,b,c,d = map(int,input().split()) e = min(a,b//c,d//(c+1)) print(e)