a,b=map(int,input().split()) p = "" if a < b: p = '+' print(p + str(b-a))