摘要:
1050: 写一个函数,使给定的一个二维数组(3×3)转置,即行列互换Time Limit:1 SecMemory Limit:128 MBSubmit:154Solved:112[Submit][Status][Web Board]Description写一个函数,使给定的一个二维数组(3×3)转置,即行列互换。Input一个3x3的矩阵Output转置后的矩阵Sample Input1 2 34 5 67 8 9Sample Output1 4 7 2 5 8 3 6 9 HINT 主函数已给定如下,提交时不需要包含下述主函数/* C代码 */int main(){ i 阅读全文
posted @ 2014-01-03 20:42
Freecode#
阅读(5381)
评论(0)
推荐(0)

浙公网安备 33010602011771号