Given an integer array, you need to find one continuous subarray that if you only sort this subarray in ascending order, then the whole array will be sorted in ascending order, too.
执行用时 :52 ms, 在所有 C++ 提交中击败了59.45%的用户 内存消耗 :10.5 MB, 在所有 C++ 提交中击败了89.21%的用户