#include using namespace std; int main(){ int l,k,x;cin>>l>>k; x=l/(2*k); if(l%(2*k)==0)x--; cout<