CCF认证 201812-3CIDR合并

#include<bits/stdc++.h> using namespace std; struct node { string ip=""; int length=-1; bool operator <(const node &a)const//第一步的合并 { if(ip!=a.ip) return ip<a.ip; return length<a.lengt
相关文章
相关标签/搜索