S,F = map(int,input().split()) n = S // F print(n+1)