a,b=[int(i)for i in input().split()] res=b-a if res>0: print("+",end='') print(res)