分糖果 —— 全网最简单的思路! 摘要:解题思路:最简单的思路注意事项:列表的使用参考代码:n=int(input())count=0a=list(map(in…… 题解列表 2025年04月08日 0 点赞 0 评论 314 浏览 评分:0.0
神奇的fans(模拟) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constintN&…… 题解列表 2025年04月08日 0 点赞 0 评论 163 浏览 评分:0.0
第几天(模拟) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ …… 题解列表 2025年04月08日 0 点赞 0 评论 206 浏览 评分:0.0
筛排处理(set) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constintN&…… 题解列表 2025年04月08日 0 点赞 0 评论 135 浏览 评分:0.0
简单的事情(模拟) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;longlongfa…… 题解列表 2025年04月08日 0 点赞 0 评论 149 浏览 评分:0.0
简单编码(字典) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ …… 题解列表 2025年04月08日 0 点赞 0 评论 148 浏览 评分:0.0
冒泡法排序 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[3]; int i,j;…… 题解列表 2025年04月08日 2 点赞 0 评论 584 浏览 评分:0.0
素数回文(欧拉筛) 摘要:解题思路:欧拉筛注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint …… 题解列表 2025年04月08日 0 点赞 0 评论 190 浏览 评分:0.0
数学的图表 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,n,m,k; while(scanf("…… 题解列表 2025年04月08日 0 点赞 0 评论 158 浏览 评分:0.0
题解 2212: 蓝桥杯算法训练-景点游览 摘要:解题思路:把小的数慢慢往后面放就可以啦。注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){&nbs…… 题解列表 2025年04月08日 0 点赞 0 评论 173 浏览 评分:0.0