l, k = gets.split.map(&:to_i) if k*2!=l puts l/(k*2)*k else puts (l/(k*2)-1)*k end