a,b = list(map(int,input().split())) print(int(a/b)-1)