# No.383 レーティング a, b = [int(i) for i in input().split()] print(str(b - a) if b - a <= 0 else '+' + str(b - a))