2
0
1
38
168
565
116
bool cmp(pcb a,pcb b) { if(a.super==b.super) return a.superb.super; } // sort(x,x+n,cmp);//根据cmp去进行排序,x为结构体数组 PS:记得头文件加上algorithm还有别忘记了using namespace std