凌动小生的Blog

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年11月21日

摘要: 1 // maxofArray.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include 6 using namespace std; 7 #define N 11 8 int max_sub_array(int &s,int &e,int * a); 9 int max_sub_array1(int &s,int &e,int * a); 10 int max_sub_array2(int &s 阅读全文
posted @ 2013-11-21 14:18 凌动小生 阅读(172) 评论(0) 推荐(0) 编辑