#include using namespace std; int main(){ int S,F; cin >>S>>F; int a = S/F; int b = 1; cout << a + b <