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