Let the Balloon Rise_python 摘要:解题思路:1.while循环判断n的值是否为0 2.for循环输入颜色的值,将其存入列表中 3.用count()函数计数,并且将列表值和计数值放进字典中 4.对字典进行排序,按照要求找到需要的出现最多…… 题解列表 2022年03月05日 0 点赞 0 评论 131 浏览 评分:0.0
map哈希存储 摘要:参考代码:#include<bits/stdc++.h> using namespace std; int main() { int n; while(cin>>n) { if…… 题解列表 2024年09月15日 0 点赞 0 评论 50 浏览 评分:0.0