import sequtils, strutils let ab = stdin.readLine.split.map parseInt n = ab[1] - ab[0] if n > 0: echo "+", n else: echo n