S,F = list(map(int,input().split())) q = S // F + 1 r = S % F if r == 0: q -= 1