first = input().split() A = int(first[0]) B = int(first[1]) r = B//A print(r)