test = '3 8 100 12' a, b, c, d = map(int, test.split(' ')) cnt = 0 print(d//(c+1))