S, F = map(int, raw_input().split()) q,mod = divmod(S,F) print(q+1)