1241: 盐水的故事 摘要:```cpp #include using namespace std; int main() { int VUL,D,time=0,count=1; cin>>VUL>>…… 题解列表 2023年02月01日 0 点赞 0 评论 360 浏览 评分:9.9
1955: 贷款计算 摘要:```cpp #include using namespace std; int main() { int total,month,money; float rate; …… 题解列表 2023年02月01日 0 点赞 0 评论 494 浏览 评分:9.3
1826: 蓝桥杯2015年第六届真题-切开字符串 摘要:```cpp #include #include using namespace std; string st; int n,m; bool dfs(string s) { i…… 题解列表 2023年02月01日 0 点赞 0 评论 547 浏览 评分:9.9
1728: 字符串的查找删除 摘要:```cpp #include #include using namespace std; int main() { char del[20],str[200]; get…… 题解列表 2023年02月01日 0 点赞 0 评论 407 浏览 评分:9.9
1621: 蓝桥杯算法训练VIP-字符串编辑 摘要:```cpp #include using namespace std; int main() { string s; int num=0; getline(ci…… 题解列表 2023年02月01日 0 点赞 0 评论 324 浏览 评分:9.9
1969: 蓝桥杯算法提高VIP-字符串跳步 摘要:```cpp #include using namespace std; int main() { unsigned int start,step; string s; …… 题解列表 2023年02月01日 0 点赞 0 评论 252 浏览 评分:9.9
1449: 蓝桥杯2014年第五届真题-波动数列 摘要:```cpp #include using namespace std; int n,s,a,b,f[1001][1001]; int get_mod(int a ,int b) { …… 题解列表 2023年02月01日 0 点赞 1 评论 582 浏览 评分:9.9
1463: 蓝桥杯基础练习VIP-Sine之舞 摘要:```cpp #include using namespace std; string s; void dfs(int begin,int num) { if(begin==num…… 题解列表 2023年02月01日 0 点赞 0 评论 336 浏览 评分:9.9
1575: 蓝桥杯算法提高VIP-递归倒置字符数组 摘要:```cpp #include using namespace std; string zm; int n; void deal_rev(int a,int b) { if(a>…… 题解列表 2023年02月01日 0 点赞 0 评论 619 浏览 评分:9.9
超简化版 字符串的查找删除 使用 substr erase 及cin>>读入\n解决方法 摘要:```cpp #include #include using namespace std; int main() { string shor,mark; string a…… 题解列表 2023年01月31日 0 点赞 0 评论 447 浏览 评分:9.9