a,b = gets.split.map(&:to_i) c = b-a.abs puts "+" + c if b>a puts "-" + c if b