摘要: 要求: 给定一个无序数组arr,求出需要排序的最短子数组长度 1 // getMinLength.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include <iostream> 6 7 using namespace std; 8 9 阅读全文
posted @ 2016-08-23 20:50 lp3318 阅读(293) 评论(0) 推荐(0) 编辑