a,b = map(int,input().split()) s = b - a if s > 0: s = "+%d" % s print(s)