摘要: 方法一:#include #include #define N 10using namespace std;int maxxunhuan(int array[N] , int n){ int i,j = 0,m,c = 0; int sum = array[0],b = 0,max = 0;... 阅读全文
posted @ 2015-04-15 22:54 老张哈哈哈 阅读(321) 评论(1) 推荐(0)