# -*- coding: utf-8 -*- a,b,c,d = map(int,input().split()) print(d//(c+1))