#include<bits/stdc++.h> using namespace std; struct node{ int indx;//用来存储数组下标 int cnt;//用来计数 }; bool cmp(node a,node b){ //判断是否是数字最大的一个就是经过最多谈话人的道 return a.cnt>b.cnt; } node row[2010],cow[2010]; bool cmp2(node a,node b){ return a.indx<b.indx;//判断是否为下标最小的 } int main()...