#include using namespace std; int main(){ int L,K; cin>>L>>K; int T=L/(K*2); cout<