#Lutece0057. 3阶矩阵的乘法
3阶矩阵的乘法
Migrated from Lutece 57 3阶矩阵的乘法
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
实现两个*矩阵的乘法。
Input
第一行是一个正整数表示测试数据的组数。接下来有个三阶矩阵。整数的范围为[]。
Output
每组数据对应有一个矩阵输出,每个数后输出一个空格。
每组数据之后输出一个空行。
Samples
2
1 1 1
1 1 1
1 1 1
1 1 1
1 1 1
1 1 1
1 0 0
0 1 0
0 0 1
2 3 4
5 6 7
1 5 9
3 3 3
3 3 3
3 3 3
2 3 4
5 6 7
1 5 9
Resources
wxiaoping C语言上机实验