a,b = map(int,input().split()) if ab: print("-"+str(a-b)) else: print(0)