a,b = int(input()) if a < b: print("+",b-a,sep="") else: print(b-a)