import sequtils,strutils var a,b : int (a, b) = stdin.readline.split.map(parseInt) b -= a if b <= 0: echo b else: echo "+",b