摘要: ##对于一个二维数组进行上半部分操作 求和 求avg #include <cstdio> #include <iostream> #include <cmath> using namespace std; const int N=1000; double a[N][N]; int main() { 阅读全文
posted @ 2022-10-07 02:26 E_sheep 阅读(25) 评论(0) 推荐(0)