Young226
Young226
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
Young226的博客
全部文章
(共1篇)
排序+贪心,代码里都有注释,逻辑很清楚
#include<iostream> #include<vector> #include<algorithm> //sort using namespace std; void solve(vector<int> & vec){ ...
2020-08-13
3
717