C++STL ,结构体 来写,简单明了 摘要:#include<iostream> #include<algorithm> #include<string> using namespace std; struct str{ int a…… 题解列表 2023年11月06日 0 点赞 0 评论 90 浏览 评分:2.6
熟练使用STL容器,尽量多使用STL容器 摘要:解题思路: - 用vector容器将所有老年人(age>=60)筛出,然后排序,排序的话要使用stable_sort,它会在排序过程保持相等元素的原来的顺序 - 用vector存老年人要在里套一个…… 题解列表 2024年11月03日 0 点赞 0 评论 55 浏览 评分:0.0