stable_sort (first, last) 和 sort() 函数功能相似,不同之处在于,对于 [first, last) 范围内值相同的元素,该函数不会改变它们的相对位置。 key value除了map,还可以通过pair方式用vector来存 lamda函数排序 #include <vector> #include <iostream> #include <algorithm> using namespace std; int main() { int n, flag; while(cin >> n) ...