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