a,b=map(int,input().split()) print('+'+str(b-a) if b>a else str(b-a) if a>b else '0')