#include using namespace std; int main(){ int a,b; int floor = 1; cin >> a >> b; cout << a/b + floor << "\n"; }