a, b = map(int, input().split()) print("{:+}".format(b - a) if b - a != 0 else 0)