#your code goes here #383 rating a,b=(int(i) for i in input().split()) d=b-a if a>=b: print(d) else: print("+",end='') print (d)