l,k=map(int,input().split()) if l%(2*k)==0: print(l//(2*k)*k-k) else: print(l//(2*k)*k)