A,B=map(int,input().split()) if A>=B:print("NO") else:print("YES") print(abs(A-B+1))