题解 2004: 统计成绩////// 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ long long b[1000],bu=0; …… 题解列表 2025年02月06日 0 点赞 0 评论 261 浏览 评分:0.0
题解 1850: 判断第几天 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b,c[13]={0,31,28,31,30,31,30,3…… 题解列表 2025年02月06日 0 点赞 0 评论 313 浏览 评分:0.0
菲暃要加油 摘要:n=eval(input())print('%6.2f'%n)print('%6.2f'%n,'%6.2f'%n)print('%6.2f…… 题解列表 2025年02月06日 0 点赞 0 评论 232 浏览 评分:0.0
采药python为什么非要水标题 摘要:解题思路:现学现卖https://www.bilibili.com/video/BV1pY4y1J7na/?spm_id_from=333.337.search-card.all.click&…… 题解列表 2025年02月06日 0 点赞 0 评论 346 浏览 评分:0.0
太麻烦了喂(#`O′) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void f(int n){ switch(n) { case 0: printf("zero ")…… 题解列表 2025年02月06日 0 点赞 0 评论 236 浏览 评分:0.0
先编写函数求除数本身以外的所有因子,再通过accumulate函数求和,再判断,遍历得出结果。 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;vector<int>qiuyin(int n)…… 题解列表 2025年02月07日 0 点赞 0 评论 478 浏览 评分:0.0
链表之节点删除(作代码记录用) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct…… 题解列表 2025年02月07日 0 点赞 0 评论 256 浏览 评分:0.0
蓝桥杯2024年第十五届省赛真题-商品库存管理 差分 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;intn,m,l[300…… 题解列表 2025年02月07日 3 点赞 0 评论 574 浏览 评分:0.0
普通的循环遍历就能实现 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; double m; double …… 题解列表 2025年02月07日 1 点赞 0 评论 539 浏览 评分:0.0
链表实现复数求和(作代码记录用) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct…… 题解列表 2025年02月07日 0 点赞 0 评论 169 浏览 评分:0.0