L, K = map(int, input().split()) p = 0 p = L // (K*2) print(p*K)