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