# yukicoder No.383 レーティング a, b = map(int, input().split()) diff = b - a print("+" + str(diff) if diff > 0 else diff)