分治算法--最大子数组完整C程序
#include <iostream>using namespace std;#define INF -1000 //定义一个很小的值代表于负无穷int FIND_MAX_CROSSING_SU