摘要: #include "stdafx.h"//暴力法求最大子数组和问题int _tmain(int argc, _TCHAR* argv[]){ int A[8] = { -6, 10, -5, -3, -7, -1, -1 }; int array_length = sizeof(A) / sizeo 阅读全文
posted @ 2018-08-13 19:13 liurwei 阅读(158) 评论(0) 推荐(0) 编辑