解 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
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[100][100] = { 0 }, i, j, n, m,sum=0; scanf("…… 题解列表 2023年06月08日 0 点赞 0 评论 84 浏览 评分:0.0
元素求和(简单版) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int arr[100][100]={0}; int x,y; scanf("%d%d",&x…… 题解列表 2023年11月26日 0 点赞 0 评论 111 浏览 评分:0.0
题解 2878: 计算矩阵边缘元素之和 摘要: #include using namespace std; const int N=110; int a[N][N],sum; int main() {…… 题解列表 2023年12月18日 0 点赞 0 评论 117 浏览 评分: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 评论 89 浏览 评分:0.0
计算矩阵边缘元素之和(JAva) 摘要:解题思路:注意事项:参考代码:public static void main(String args[]) { Scanner sc=new Scanner (System.in); in…… 题解列表 2024年02月03日 0 点赞 0 评论 158 浏览 评分:0.0
计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[100][100];int main(){ int n,m,su…… 题解列表 2023年07月20日 0 点赞 0 评论 50 浏览 评分:0.0
2878: 计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const int N=2e3;ll a…… 题解列表 2024年10月20日 0 点赞 0 评论 211 浏览 评分:0.0
题解 2878: 计算矩阵边缘元素之和 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e3;ll a[…… 题解列表 2024年05月04日 0 点赞 0 评论 42 浏览 评分:0.0
参考蛇形矩阵果然还是有进步的加油 摘要:解题思路:注意事项:参考代码:https://www.dotcpp.com/oj/problem2878.html?sid=12078674&lang=6#editor l1=[]#渐渐的我也学会了用…… 题解列表 2023年05月09日 0 点赞 1 评论 209 浏览 评分:0.0