C++:map容器 算暴力遍历 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<map>using namespace std ;int main ( ){&n…… 题解列表 2025年03月25日 0 点赞 0 评论 60 浏览 评分:0.0
单词分析--实现代码 摘要:参考代码:#include <bits/stdc++.h> using namespace std; string s; int nu[27]; int main() { cin>>s…… 题解列表 2023年03月14日 0 点赞 0 评论 186 浏览 评分:6.5
ascii码的简单应用 摘要:# MarkDown编辑器基本使用说明 ```c #include using namespace std; const int N=1010; typedef long long ll…… 题解列表 2022年04月07日 0 点赞 0 评论 317 浏览 评分:0.0
蓝桥杯2020年第十一届省赛真题-单词分析 摘要:解题思路:首先输入一个字符串,再将字符串转换成数字,输出时候在转换成字符注意事项:参考代码:#include <bits/stdc++.h> using namespace std; int ma…… 题解列表 2022年04月07日 0 点赞 0 评论 292 浏览 评分:0.0
蓝桥杯2020年第十一届省赛真题-单词分析 摘要:水题 ```cpp #include #include #include using namespace std; string s; int a[26] = { 0 }; int m…… 题解列表 2022年03月16日 0 点赞 0 评论 502 浏览 评分:9.9