A, B = map(int, input().split()) print(f"{'+' if B-A>0 else '-' if B-A<0 else ''}{B-A}")