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