题解 | #矩阵转置#

矩阵转置

https://www.nowcoder.com/practice/351b3d03e410496ab5a407b7ca3fd841

#include <stdio.h>

int main() {
    int a, b;
    int arr[10][10];
    scanf("%d %d", &a, &b);// 注意 while 处理多个 case
        for(int i=0;i<a;i++)
        {
            for(int j=0;j<b;j++)
            {
                scanf("%d ",&arr[i][j]);          
            }
        }
    for(int i=0;i<b;i++)
    {
        for(int j=0;j<a;j++)
        {
            printf("%d ",arr[j][i]);
        }
        printf("\n");
    } 
    return 0;
}

#菜狗的解题#
全部评论

相关推荐

头像
11-27 17:08
已编辑
牛客_产品运营部_私域运营
腾讯 普通offer 24k~26k * 15,年包在36w~39w左右。
点赞 评论 收藏
分享
10-30 22:18
已编辑
毛坦厂中学 C++
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务