#include using namespace std; #define rep(i,x) for(int i=0;i> N >> K; cout << N / (K + 1) + 1 << endl; }