[STL训练]Let the Balloon Rise-题解 (map+find) 摘要:题解: ``` 使用map中的find函数,存在相同则值加1,不存在则赋值为1;之后用循环找到value最大的指针,然后用指针输出key。 ``` ``` #include using n…… 题解列表 2019年09月28日 0 点赞 0 评论 570 浏览 评分:9.9
multiset中的count统计!!!2069题-[STL训练]Let the Balloon Rise-题解(C++代码) 摘要: #include using namespace std; int main() { int n; while(cin>>n) …… 题解列表 2019年08月18日 0 点赞 0 评论 697 浏览 评分:9.9