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