二级C语言-等差数列 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<fstream>#include<algorithm>using namespace std;int n,t=2,s…… 题解列表 2022年05月20日 0 点赞 0 评论 367 浏览 评分:0.0
[编程入门]矩阵对角线求和 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long a[15],s,t;int main(){ for(int i=…… 题解列表 2022年05月20日 0 点赞 0 评论 365 浏览 评分:0.0
1952: 求长方形面积 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<fstream>#include<algorithm>using namespace std;long long a…… 题解列表 2022年05月20日 0 点赞 0 评论 310 浏览 评分:0.0
[编程入门]数字逆序输出 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long a[15];int main(){ for(int i=1;i…… 题解列表 2022年05月20日 0 点赞 0 评论 383 浏览 评分:0.0
[编程入门]猴子吃桃的问题 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long n,t=1;int main(){ cin>>n; for(in…… 题解列表 2022年05月20日 0 点赞 0 评论 419 浏览 评分:0.0
编写题解 1598: 蓝桥杯算法训练VIP-学生成绩 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<string> #include<algorithm> #include<vector> using na…… 题解列表 2022年05月20日 0 点赞 0 评论 442 浏览 评分:0.0
题解 1196: 去掉空格 摘要:解题思路:注意事项:参考代码:int main(){ char a[100]; int len,i; char end[]="End of file"; whi…… 题解列表 2022年05月20日 0 点赞 0 评论 601 浏览 评分:0.0
蓝桥杯2021年第十二届国赛真题-翻转括号序列 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstring> #include<string> #include<algorithm> #inclu…… 题解列表 2022年05月20日 0 点赞 0 评论 935 浏览 评分:0.0
这个是错的,麻烦各位大佬救救孩子,看看到底是哪里错了 摘要:解题思路:这个是错的,这个是错的,这个是错的我做不出来,麻烦各位大佬救救孩子,看看到底是那个环节出来问题,我是真的已经不知道哪里错了非常抱歉耽误大家的时间,但是我真的。。。注意事项:这个是错的,这个是…… 题解列表 2022年05月20日 0 点赞 0 评论 481 浏览 评分:0.0
自定义函数之字符串反转 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;string s;int main(){ cin>>s; for(int …… 题解列表 2022年05月21日 0 点赞 0 评论 377 浏览 评分:0.0