#coding: utf-8 ##yuki_63 s=map(int,raw_input().split()) l=s[0] k=s[1] res=l/(2*k) if l%(2*k)==0: res=l/(2*k)-1 print res*k