摘要: include <stdio.h> include include using namespace std; int MAX(int n, int* a) { int m, max1 = 0, sub = 0; for (m = 0; m < n; m++) { sub += a[m]; if (s 阅读全文
posted @ 2024-04-10 21:40 周科宇 阅读(8) 评论(0) 推荐(0)