题意 给定一些成绩,给单位做排行。 思路 转个小写,用用map,排排序,整整排名,谁不会呢? 代码 #include using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); int n; cin >> n; map mp; for (int i = 0; i > id >> score >> sch; auto to_low = [](string s) { for (int i = 0; i < s