l, k = gets.chomp.split.map &:to_i a = (l.to_f / 2).to_i / k p ((a <= 1) ? 0 : a * k)