main = getLine >>= putStrLn . (\[a, b] -> (if a < b then "+" else "") ++ show (b - a)) . map read . words