x=int(input()) y=int(input()) l=int(input()) if x==0 and y>0: print(-(-abs(x)//l)+(-(-abs(y)//l))) else: print(-(-abs(x)//l)+(-(-abs(y)//l))+1)