a, b = map(int, input().split()) c = b - a print([c, '+' + str(c)][a < b])