题解列表
编写题解 3150: 蓝桥杯2023年第十四届省赛真题-冶炼金属(注释清晰,简单易懂)
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int N;&nb……
编写题解 2571: 蓝桥杯2020年第十一届省赛真题-回文日期(代码较长但易理解,注释清晰)
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int A(int x);int B(int p);int main(){i……
题解 2831: 画矩形
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;int main() {&n……
编写题解 2664: 蓝桥杯2022年第十三届省赛真题-求和(注释清晰,简单易懂)
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int n;&nb……
python|sys.stdin
摘要:```pythonimport sysfrom collections import Counter# python可能超时过不了全部,使用sys.stdin一次all in输入数据,……
编写题解 1004: [递归]母牛的故事(注释清晰,简单易懂)
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,i; int sum[55];&nb……
Python | 生成器
摘要:### yieldfrom运用在dfs问题 2038: [简化型背包]([简化型背包](https://www.dotcpp.com/vipstudy_suanfa/problem/?id=203……
简单易懂 给个赞 嘻嘻
摘要:解题思路:注意事项:参考代码:#include<stdio.h>void fact(int n);int main(){ int n; // n 是空的汽水瓶 while (1) { s……