摘要: #include<iostream> #include<algorithm>#include<cstring>using namespace std;struct node{int d,p;}a[10010];int heap[10010],n;void up(int p){ while(p>1){ 阅读全文
posted @ 2018-04-26 18:09 杂旸 阅读(99) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<cstring>using namespace std;struct node{int son[11];//电话号码最多11位 bool ed; void clear(){ memset(son,0,sizeof(son)); ed=0; }}; 阅读全文
posted @ 2018-04-26 16:47 杂旸 阅读(84) 评论(0) 推荐(0) 编辑