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