摘要:
代码 class Solution { public: static bool cmp(vector<int>& a,vector<int>& b){ if(a[0] == b[0])return a[1]<b[1];//如果身高相同,k更小的在前面 return a[0] > b[0];//身高不 阅读全文
posted @ 2024-12-23 10:41
NeroMegumi
阅读(27)
评论(0)
推荐(0)
浙公网安备 33010602011771号