a,b,c,d=[int(i) for i in input().split()] print(int(b//c))