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