as=STDIN.gets.chomp.split(" ") t=as[1].to_i-as[0].to_i if t==0 then puts 0 elsif t>0 then puts "+"<