二维数组来进行矩阵的输入输出 摘要:解题思路:采用二维数组形式表达矩阵的输入输出,转置就是行列互换,很简单。注意事项:scanf默认换行,但是printf没有,所以在转置输出的时候每内层循环一遍(也即输出完一行)要额外printf一个\…… 题解列表 2026年07月16日 0 点赞 0 评论 44 浏览 评分:0.0
矩阵转置(模拟) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constintN&…… 题解列表 2025年04月04日 0 点赞 0 评论 333 浏览 评分:0.0
编写题解 1242: 矩阵转置 摘要:#include<stdio.h>#include<math.h>#include<string.h>int&n…… 题解列表 2025年02月25日 0 点赞 0 评论 306 浏览 评分:0.0
1242: 矩阵转置 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1000;ll a…… 题解列表 2024年06月09日 0 点赞 0 评论 444 浏览 评分:0.0
题解 1242: 矩阵转置 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;const int N=1e3+5;int a[N][N];int main(){…… 题解列表 2024年06月09日 0 点赞 0 评论 438 浏览 评分:0.0
1242: 矩阵转置 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;const int N=1e3+5;typedef long long ll;ll…… 题解列表 2024年06月01日 0 点赞 0 评论 467 浏览 评分:0.0
1242: 矩阵转置 摘要:参考代码:#include<bits/stdc++.h>using namespace std;long long int a[1300][1300];long long int d[1300][13…… 题解列表 2023年07月21日 0 点赞 0 评论 635 浏览 评分:9.9
1242: 矩阵转置 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;long long a[100][100],n;int main(){ ci…… 题解列表 2023年07月21日 0 点赞 0 评论 448 浏览 评分:0.0
1242: 矩阵转置 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;long long a[1000][1000];int main(){ lo…… 题解列表 2023年07月21日 0 点赞 0 评论 416 浏览 评分:0.0
1242: 矩阵转置 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;long long a[100][100],n;int main(){ ci…… 题解列表 2023年07月21日 0 点赞 0 评论 462 浏览 评分:9.9