太麻烦了喂(#`O′) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void f(int n){ switch(n) { case 0: printf("zero ")…… 题解列表 2025年02月06日 0 点赞 0 评论 255 浏览 评分:0.0
2225: 蓝桥杯算法训练-出现次数最多的整数(C语言捡漏) 摘要:解题思路:一看就懂注意事项:参考代码:#include <stdio.h>#include <string.h>int main(){ int a[1000],b[10000]…… 题解列表 2025年02月07日 1 点赞 0 评论 223 浏览 评分:10.0
先编写函数求除数本身以外的所有因子,再通过accumulate函数求和,再判断,遍历得出结果。 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;vector<int>qiuyin(int n)…… 题解列表 2025年02月07日 0 点赞 0 评论 486 浏览 评分:0.0
链表之节点删除(作代码记录用) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct…… 题解列表 2025年02月07日 0 点赞 0 评论 261 浏览 评分:0.0
蓝桥杯2024年第十五届省赛真题-商品库存管理 差分 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;intn,m,l[300…… 题解列表 2025年02月07日 3 点赞 0 评论 592 浏览 评分:0.0
编写题解 1835: 蓝桥杯2016年第七届真题-碱基 摘要:解题思路:注意事项:参考代码:#include <cstdio>#include <algorithm>#include <iostream>#include &l…… 题解列表 2025年02月07日 0 点赞 0 评论 149 浏览 评分:10.0
普通的循环遍历就能实现 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; double m; double …… 题解列表 2025年02月07日 1 点赞 0 评论 557 浏览 评分:0.0
链表实现复数求和(作代码记录用) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct…… 题解列表 2025年02月07日 0 点赞 0 评论 174 浏览 评分:0.0
菲暃要加油 摘要:参考代码:n=eval(input())foriinrange(n):b=input().split()…… 题解列表 2025年02月08日 0 点赞 0 评论 269 浏览 评分:0.0
编写题解 2946: 数制转换 摘要:```cpp#include using namespace std;typedef long long ll;char s[1000];int a[1000], cnt;in…… 题解列表 2025年02月08日 0 点赞 0 评论 114 浏览 评分:0.0