import strscans var (_, a, b) = stdin.readLine.scanTuple("$i $i") inc a if a <= b: echo "YES" else: echo "NO" echo abs a - b