111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int i,j,k,sum; for(i=2;i<99…… 题解列表 2022年08月06日 0 点赞 0 评论 368 浏览 评分:0.0
优质题解 题解 1024: [编程入门]矩阵对角线求和(C) 摘要:题目:求三阶矩阵的主副对角线之和,并分别输出。主要步骤:1.输入三阶矩阵2.对主对角线元素求和3.对副对角线元素求和4.分别输出思路分析:在主函数中输入矩阵,调用主对角线求和函数和副对角线求和函数求和…… 题解列表 2022年08月06日 0 点赞 4 评论 2465 浏览 评分:6.3
111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,i,j,a[100][100]; while(scanf("%d",&n)==1) …… 题解列表 2022年08月06日 0 点赞 0 评论 674 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int ch(int x,int y){ return x>y;}int main(…… 题解列表 2022年08月06日 0 点赞 0 评论 355 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; float m; cin>>n>>m; dou…… 题解列表 2022年08月06日 0 点赞 0 评论 507 浏览 评分:0.0
链表的基本操作(C语言版) 摘要: #include #include #include //C语言网:题目 1676: 数据结构-链表的基本操作 typed…… 题解列表 2022年08月06日 0 点赞 0 评论 404 浏览 评分:0.0
1111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ set<string> v; string s; while…… 题解列表 2022年08月06日 0 点赞 0 评论 370 浏览 评分:0.0
1111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,a[101],t; cin>>n; for(in…… 题解列表 2022年08月06日 0 点赞 0 评论 711 浏览 评分:9.9
1111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string str1="(DJTU)"; char str…… 题解列表 2022年08月06日 0 点赞 0 评论 476 浏览 评分:0.0
11111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,t; cin>>n; while(n--) { …… 题解列表 2022年08月06日 0 点赞 0 评论 484 浏览 评分:0.0