#include using namespace std; int main() { int L,K; cin>>L>>K; int c=0; do { L-=K*2; c++; }while(L>0); cout<