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