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