문제

링크

풀이

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