a,b=gets.split(" ").map{|e| e.to_i} a+=1 if a<=b then puts ["YES",b-a] else puts ["NO",a-b] end