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