a,b,c=input().split() print(a-(int(b)//int(c)+1))
------Input------ 389 1 24 ------Answer----- 365 ------Your output-----