CCF CIDR合并

按照题目所给的方法就可以完成。 #include <iostream> #include <algorithm> #include <string> using namespace std; int mask[9]={0,128,192,224,240,248,252,254,255}; //掩码 struct IP_add{ int a[5]; IP_add(){for(int i=0;
相关文章
相关标签/搜索