#include using namespace std; typedef long long LL; int main(int argc, char* argv[]) { LL N,K; cin>>N>>K; LL X=N/(K+1)+1; cout<