链表之节点删除(作代码记录用) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct…… 题解列表 2025年02月07日 0 点赞 0 评论 259 浏览 评分:0.0
先编写函数求除数本身以外的所有因子,再通过accumulate函数求和,再判断,遍历得出结果。 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;vector<int>qiuyin(int n)…… 题解列表 2025年02月07日 0 点赞 0 评论 483 浏览 评分:0.0
2225: 蓝桥杯算法训练-出现次数最多的整数(C语言捡漏) 摘要:解题思路:一看就懂注意事项:参考代码:#include <stdio.h>#include <string.h>int main(){ int a[1000],b[10000]…… 题解列表 2025年02月07日 1 点赞 0 评论 221 浏览 评分:10.0
太麻烦了喂(#`O′) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void f(int n){ switch(n) { case 0: printf("zero ")…… 题解列表 2025年02月06日 0 点赞 0 评论 252 浏览 评分:0.0
采药python为什么非要水标题 摘要:解题思路:现学现卖https://www.bilibili.com/video/BV1pY4y1J7na/?spm_id_from=333.337.search-card.all.click&…… 题解列表 2025年02月06日 0 点赞 0 评论 358 浏览 评分:0.0
菲暃要加油 摘要:n=eval(input())print('%6.2f'%n)print('%6.2f'%n,'%6.2f'%n)print('%6.2f…… 题解列表 2025年02月06日 0 点赞 0 评论 239 浏览 评分:0.0
容易理解的C++代码外加两大模版(日期问题) 摘要:解题思路:先导入数据;然后遍历1960~2059的每一天;在遍历时判断是否符合条件;结束时return0;注意事项:这道题可以延伸两大模版:一:万能模版#include<…… 题解列表 2025年02月06日 3 点赞 0 评论 243 浏览 评分:10.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 评论 319 浏览 评分:0.0
题解 2004: 统计成绩////// 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ long long b[1000],bu=0; …… 题解列表 2025年02月06日 0 点赞 0 评论 275 浏览 评分:0.0
肺雾解法(规律通过deepseek找到) 摘要:解题思路:我这个代码有问题一点点问题,但是能得满分我也不知道为什么,当输入1的时候,是不会输出A。就是找到规律进行交换,当我看到第一眼的时候,我没找到规律,肺雾了,然后试试了最新的deepseek 帮…… 题解列表 2025年02月05日 0 点赞 0 评论 619 浏览 评分:7.0