import math L, K = list(map(int, input().split(" "))) ans = math.ceil(L / (K*2)-1) print(ans*K)