NxM
k1
k2
k1 code> 列必须代替 k2 列,k2 列必须代替 k2-1 列,等等。) . 输入 第一行包含数字 N 和 M (\(0<N,M<=10\)) .接下来是 N 行,每行 M 个数字。每个数字模数不超过 100。 新行之后是两个数字 k1, k2 (\(0<= k1<=k2< M\)). 印记 显示转换后的矩阵,为每个元素分配三个字符空间。 例子 <头> <日>#日> 输入 输出 东西> <正文> 1 3 4 56 32 94 12 15 72 51 60 43 4 97 38 0 2 <前> 32 94 56 12 72 51 15 60 4 97 43 38 表> 1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking Teacher commentary
k2-1
N
M
100
1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking