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