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