map存储,指针遍历,简洁优雅 摘要:解题思路:map存储字符,循环遍历注意事项: 记得getchar()清空缓冲区参考代码:#include <bits/stdc++.h> #define IOS ios::sync_with_std…… 题解列表 2024年06月07日 0 点赞 0 评论 705 浏览 评分:9.9
蓝桥杯2024年第十五届决赛真题-最小字符串 摘要:#贪心+二路归并 ```cpp #include #include #include using namespace std; int main(void) { ios::sync_w…… 题解列表 2024年09月13日 2 点赞 2 评论 1033 浏览 评分:6.3