A, B = map(int, input().split()) ans = A // B ans += 1 print(ans)