统计工龄

原题:https://pintia.cn/problem-sets/15/problems/721 题目要求: 思路:建立一个容器储存数据然后进行排序通过遍历的方式将其输出 代码: #include #include using namespace std; void Sort(vector& v, int left, int right); void func(vector v) { Sort(
相关文章
相关标签/搜索