pythona = int(input()) b = int(input()) c = int(input()) print((b - c) // a)
a = int(input()) b = int(input()) c = int(input()) print((b - c) // a)