puts gets.split.map(&:to_i).then { _1 - _2 }.then { [_1 <= -1 ? 'YES' : 'NO', (_1 + 1).abs] }