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