a,b = gets.split.map &:to_i case a<=>b when 1 p b-a when 0 p 0 else puts "+" + (b-a).to_s end