1062 Talent and Virtue (25 point(s))

题解 STL应用与排序。 #include<iostream> #include<vector> #include<cstdio> #include<algorithm> using namespace std; struct node { int id, talent, virtue; bool operator < (const node& rhs) const { if(talent
相关文章
相关标签/搜索