print((function (a, b) return b-a<=0 and b-a or "+"..tostring(b-a) end)(io.stdin:read("*n"), io.stdin:read("*n")))