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
相關文章
相關標籤/搜索