... compare); vector<vector<int>> ans; for(auto x: people) { if(ans.size() <= x[1]) { ans.push_back(x); } else ans.insert(ans.begin()+x[1] ...
確定! 回上一頁