PAT-乙-1085 1085 PAT單位排行 (25 分)

代碼 #include <iostream> #include <map> #include <algorithm> using namespace std; struct company { int rank; string name; int sum; double sumtmp; int count; }; int compare(company c1, company c2
相關文章
相關標籤/搜索