a,b=map(int,input().split()) print( "+{}".format(b-a) if b>a else ("0" if a==b else b-a) )