两个for循环 摘要:解题思路:同时存在多个最多字符时要按字母表顺序输出,因此要创建一个26大小的整形数组,再与统计的最大数量max1比较数值相同时输出对应字符。注意事项:整型和字符之间的转换参考代码:#include<b…… 题解列表 2024年04月08日 0 点赞 0 评论 242 浏览 评分:6.0
入门难度的题 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int num[30];int maxnum;int main(){ stri…… 题解列表 2022年11月27日 0 点赞 0 评论 454 浏览 评分:9.9