PL, K = map(int, input().split()) print((PL // (2*K)) * K)