a,b=map(int,input().split()) c=b-a if c>0: print("+",end="") print(c)