2896: 二维数组右上左下遍历 摘要:解题思路:注意事项:参考代码:#include <stdio.h> #include <stdlib.h> #include <iost…… 题解列表 2024年08月27日 0 点赞 0 评论 94 浏览 评分:9.9
二维数组对角线遍历——找规律 摘要:解题思路:找行列之间坐标的规律,发现行列坐标之和成递增趋势,且输出顺序为先行后列(从行为0开始循环)注意事项:参考代码:#include<stdio.h>#include<stdli…… 题解列表 2023年02月27日 1 点赞 1 评论 226 浏览 评分:9.0
二维数组右上左下遍历... 摘要:解题思路:注意事项:参考代码: #include<stdio.h>int main(){ int n,m,i,j,t=0,cha,a[111][111]…… 题解列表 2024年11月08日 0 点赞 1 评论 92 浏览 评分:8.0
2896: 二维数组右上左下遍历 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int row,col; int a[150][150];…… 题解列表 2023年05月20日 0 点赞 0 评论 116 浏览 评分:7.3
2896: 二维数组右上左下遍历 摘要:```cpp #include using namespace std; int main() { int row,col,a[100][100]; cin>>row>>c…… 题解列表 2023年01月11日 0 点赞 0 评论 160 浏览 评分:6.0
二维数组右上左下遍历 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int m,n,i,j,k; scanf(&qu…… 题解列表 2022年12月03日 0 点赞 0 评论 241 浏览 评分:4.7
2896: 二维数组右上左下遍历 摘要:解题思路:注意事项:参考代码:n,m = map(int,input().split())l = [list(map(int,input().strip().split())) for i in ra…… 题解列表 2024年08月05日 0 点赞 0 评论 38 浏览 评分:0.0
找规律找规律 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,m; cin &…… 题解列表 2024年03月03日 0 点赞 0 评论 135 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n, m, i, j, k,a[100][10…… 题解列表 2023年06月14日 0 点赞 0 评论 97 浏览 评分:0.0