题解列表

筛选

统计(sf9b)

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,x,cnt=0; cin>&……

高精度乘法(sf11f)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数……

数的质子式(sf11e)

摘要:解题思路:注意事项:最后一个质因数后面没有空格参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int c……

题目 3327: 蓝桥杯2025年第十六届省赛真题-倒水

摘要:解题思路:颜色组的独立性:因为倒水操作只能在同一颜色组内进行,不同颜色组之间没有交互。因此,我们可以独立地处理每个颜色组。最小值的最大化:对于每个颜色组,我们需要决定如何分配水,使得该组的最小值尽可能……

高精度加法(sf11d)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数……

高精度乘法(sf11从)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数……

式子的质子式(sf12b)

摘要:解题思路:注意事项:最后一个质子后面不跟*参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int che……

质子(sf12a)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int cheak(int x){ ……