l, k = gets.chomp.split.map &:to_i l_summit = l % (2 * k) l_half = (l - l_summit) / 2 l_half -= 1 if l_summit == 0 p l_half - l_half % k