def ascan; gets.split.map(&:to_i); end a,b = ascan a += 1 puts a <= b ? "YES" : "NO" p (a-b).abs