sort比较多维vector
1 | sort(intervals.begin(),intervals.end(),[](vector<int> &a,vector<int> &b){ |
1 | Arrays.sort(ins, (a, b)->{ |
map技巧
字节跳动基础架构一面