a,b,c,d=list(map(int,input().split())) counter,hara=0,0 while True: hara+=c+1 if hara>d: break counter+=1 print(counter)