s,k = map(int,input().split()) if s < k: print(s) else: print(s-k)