1080 Graduate Admission (30 point(s))

题解 STL应用。 #include<cstdio> #include<iostream> #include<vector> #include<algorithm> using namespace std; struct student { int rank, id; double Ge, Gi, grade; vector<int> sch; bool operator < (const
相关文章
相关标签/搜索