a,b,c,d =map(int,input().split()) ans = d//(c+1) print(ans if a >= ans else a)