#include using namespace std; int s, f; int main() { cin >> s >> f; cout << s / f + 1 << endl; }