A,B=map(int,input().split()) C=B-A D='' if C>0:D='+' print(D+str(C))