cmp函数返回值为false,即代表对x,y这两个数的位置要进行置换,如果是true的话,就不用换。题目:信息学奥赛一本通(C++版)在线评测系统 #include <bits/stdc++.h> using namespace std; const int N = 300; int x[N], y[N], c[N]; string a, b; int num = 0; void mults() { num = a.siz...