编写题解 1242: 矩阵转置 摘要:#include<stdio.h>#include<math.h>#include<string.h>int&n…… 题解列表 2025年02月25日 0 点赞 0 评论 58 浏览 评分: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 评论 178 浏览 评分: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 评论 104 浏览 评分: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 评论 152 浏览 评分: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 评论 166 浏览 评分:9.9
1242: 矩阵转置 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;long long a[100][100],n;int main(){ ci…… 题解列表 2023年07月21日 0 点赞 0 评论 132 浏览 评分:0.0
1242: 矩阵转置 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;long long a[1000][1000];int main(){ lo…… 题解列表 2023年07月21日 0 点赞 0 评论 140 浏览 评分:0.0
1242: 矩阵转置 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;long long a[100][100],n;int main(){ ci…… 题解列表 2023年07月21日 0 点赞 0 评论 175 浏览 评分:9.9
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,i,j,a[100][100]; scanf("%d", &n); for (i …… 题解列表 2023年07月16日 0 点赞 0 评论 242 浏览 评分:0.0
C++ 矩阵转置 摘要:# 输出换个位置就行 ```c++ #include using namespace std; int nums[1000][1000]; int main() { int n…… 题解列表 2023年06月12日 0 点赞 0 评论 132 浏览 评分:0.0