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