#Lutece0058. 任意阶矩阵的乘法
任意阶矩阵的乘法
Migrated from Lutece 58 任意阶矩阵的乘法
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
1
2 3 2
1 2 3
2 3 4
3 4
4 5
1 0
14 14
22 23
Resources
wxiaoping C语言上机实验