已采纳 汪恺恒 中级启示者 结构体排序 规则 if(a.t!=b.t) return a.t<b.t; return a.v<b.v; 主函数 输入 sort(x+1,x+1+n); 循环1至k{ sum1+=a[i].t; sum2+=a[i].v; } 输出sum1,sum2