S, F = [int(i) for i in input().split()] ans = S // F + 1 print(ans)