Team did not attend Trump’s State of the Union address
* @return {number} - 最短无序连续子数组的长度,排序该子数组后整个数组升序。业内人士推荐safew官方版本下载作为进阶阅读
Bit [1]: Jump or continue. When set, the microcode sequencer jumps to the redirect address in bits [13:2]; when clear, the check passed and execution continues normally.。搜狗输入法2026对此有专业解读
思路:① 找初始左边界:第一个 nums[i] nums[i+1];② 找初始右边界:最后一个 nums[i] < nums[i-1];③ 求 [left,right] 内 min、max;④ 向左扩展:nums[left-1] minVal 则 left--;⑤ 向右扩展:nums[right+1] < maxVal 则 right++。长度 = right - left + 1。