1111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,a[101],t; cin>>n; for(in…… 题解列表 2022年08月06日 0 点赞 0 评论 777 浏览 评分:9.9
1111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ set<string> v; string s; while…… 题解列表 2022年08月06日 0 点赞 0 评论 420 浏览 评分:0.0
链表的基本操作(C语言版) 摘要: #include #include #include //C语言网:题目 1676: 数据结构-链表的基本操作 typed…… 题解列表 2022年08月06日 0 点赞 0 评论 453 浏览 评分: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 评论 554 浏览 评分: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 评论 410 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,i,j,a[100][100]; while(scanf("%d",&n)==1) …… 题解列表 2022年08月06日 0 点赞 0 评论 719 浏览 评分:0.0
优质题解 题解 1024: [编程入门]矩阵对角线求和(C) 摘要:题目:求三阶矩阵的主副对角线之和,并分别输出。主要步骤:1.输入三阶矩阵2.对主对角线元素求和3.对副对角线元素求和4.分别输出思路分析:在主函数中输入矩阵,调用主对角线求和函数和副对角线求和函数求和…… 题解列表 2022年08月06日 0 点赞 4 评论 2558 浏览 评分:6.3
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 评论 429 浏览 评分:0.0
骗 过 上 帝 的 代 码 摘要:解题思路:因为所有的阿姆斯特朗数只有四个,所以可以用这个投机取巧的方法注意事项:【手动滑稽】参考代码:#include<stdio.h>int main(){ printf("153 370 3…… 题解列表 2022年08月06日 0 点赞 2 评论 388 浏览 评分:9.9
蓝桥杯2015年第六届真题-打印大X(C++) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int m, n; cin >> m >> n;…… 题解列表 2022年08月06日 0 点赞 0 评论 611 浏览 评分:0.0