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