#include using namespace std; int main() { int s, f; cin >> s >> f; printf("%d\n", s/f+1); return 0; }