2878计算机矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ int a[300][300]; int i,j,sum=0; …… 题解列表 2024年12月26日 1 点赞 0 评论 50 浏览 评分:10.0
c语言代码易懂 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>int main(){ int m,n,sum=0; scanf ("%d %d",…… 题解列表 2024年12月04日 0 点赞 0 评论 147 浏览 评分:2.0
计算边缘之和本比做法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,j,c,d,e,f,n,m; c=0;d=0;e=0;f=0; int a[101…… 题解列表 2024年12月02日 3 点赞 0 评论 109 浏览 评分:10.0
2878: 计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const int N=2e3;ll a…… 题解列表 2024年10月20日 0 点赞 0 评论 209 浏览 评分:0.0
2878: 计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:a,b = map(int,input().strip().split())l = []for i in range(a): t = list(map(int,in…… 题解列表 2024年08月04日 0 点赞 0 评论 152 浏览 评分:0.0
独立完成啦兄弟们 摘要:解题思路:除了b1[1:m-1]问文心一言外其他自己写的注意事项:参考代码:m,n=map(int,input().split())b1=[]for i in range(m): l1=list…… 题解列表 2024年07月31日 1 点赞 0 评论 86 浏览 评分:0.0
计算矩阵边缘元素之和 摘要:```cpp #include using namespace std; typedef long long ll; const int N =1e3; int a[N][N]; int…… 题解列表 2024年05月12日 0 点赞 0 评论 111 浏览 评分:9.9
解 2878: 计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const int N=100;int …… 题解列表 2024年05月12日 0 点赞 0 评论 75 浏览 评分:0.0
编写题解 2878: 计算矩阵边缘元素之 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e3;ll a[…… 题解列表 2024年05月12日 0 点赞 0 评论 46 浏览 评分:0.0
2878: 计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e3;ll a[…… 题解列表 2024年05月12日 0 点赞 0 评论 130 浏览 评分:0.0