a,b=STDIN.gets.split(" ") a=a.to_i b=b.to_i ans=a/(b*2) if a%(b*2)==0 && ans>0 ans-=1 end puts ans*b