#include int main() { int L,K,a,b; scanf("%d %d" ,&L,&K); a=L/(2*K); b=L%(2*K); printf("%d",a+b); return 0; }