蓝桥杯算法训练VIP-字符串的展开 (C++代码) 摘要:解题思路:注意事项:参考代码:不写为啥了:#include<cstdio> #include<cstring> using namespace std; char a[200]; bool f…… 题解列表 2018年02月10日 1 点赞 0 评论 1074 浏览 评分:7.2
蓝桥杯算法训练VIP-字符串的展开-题解(C++超简单题解) 摘要:## 很好的一个题,模拟细心点就能过 ```cpp #include #include using namespace std; bool isAlpha(char c) { ret…… 题解列表 2020年03月05日 0 点赞 0 评论 447 浏览 评分:9.5
1620-kirito-蓝桥杯算法训练VIP-字符串的展开-题解(C++语言代码)全网最短代码 摘要:参考代码:#include<iostream> #include<string> using namespace std; int p1,p2,p3; int flag,ASC; str…… 题解列表 2020年10月30日 0 点赞 0 评论 160 浏览 评分:6.0
蓝桥杯算法训练VIP-字符串的展开-题解(C++代码)那个最短的不行哈,我的代码全网最短。 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h> using namespace std; int p1,p2,p3,i=0,k; char ch[300],be,a…… 题解列表 2020年12月03日 0 点赞 0 评论 405 浏览 评分:9.9
1620: 蓝桥杯算法训练VIP-字符串的展开 摘要:```cpp #include using namespace std; int p1,p2,p3,i=0,k; char ch[300],be,af,f,j,p; int main() …… 题解列表 2023年01月12日 0 点赞 0 评论 102 浏览 评分:9.9