题解列表

筛选

送分啦,送经验啦!!

摘要:解题思路:没啥说的注意事项:没啥说的参考代码:#include<bits/stdc++.h>using namespace std;int main(){cout<<"yes";    return ……

简单的字符串(有思路C++)

摘要: #include using namespace std; // 因为每次只用对比后一个字符,所以这样模拟就行,但是 // 要注意最后一个字符怎么输出,其方法是……

蓝桥杯算法训练VIP-麦森数

摘要:1.无论是int还是long long都肯能会超出范围导致结果出错所以我们可以采用数组的方式进行存储[[1]数组高精度][小克林家的店铺] 2.如果采用逐个相乘得到高次幂,速度太慢,可以采用快速幂的……

程序员的总统梦(C++)

摘要:```cpp #include "iostream" #include "algorithm" #include "vector" using namespace std; int main……