题目内容
读程序写运行结果。 #include using namespace std;templatevoid f____{for ____for ____ {c[i][j] = ____0;for____ c[i][j]+=a[i][k]*b[j][k];}}void main____{int a[3][3] = { { 1, 2, 3 }, { 4, 5, 6 }, { 7 } }, b[3][3], c[3][3] = { { 2 },{ 0, 2 }, { 0, 0, 2 } };f____;for ____{for (int j = 0; j < 3; j++cout << b[i][j] << ““;cout << endl;}}
查看答案
搜索结果不匹配?点我反馈
更多问题