#include int main() { int S, F; std::cin >> S; std::cin >> F; std::cout << S / F + 1; return 0; }