$求两个对称矩阵之和与乘积代码语言:javascript代码运行次数:0运行复制#include <stdio.h>#define X 3#define Y 6static int value(int a[], int i, int j){if(8月前680