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