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
相關文章
相關標籤/搜索