标签:支持 style it! pre int div end abc nod
bool cmp(int a, int b){ return(Node[a].weight>Node[b].weight); }
sort(Node[parent].child.begin(),Node[parent].child.end(),cmp);//给孩子们排序,从第一个到最后一个孩子
struct node{ int x, y; }ssd[10]; bool cmp(node a, node b){ return a.x>b.x; } node ssd[10]; sort(ssd, ssd + 10, cmp);
for(set<int>::iterator it!=abc.begin();it!=abc.end();it++){}
标签:支持 style it! pre int div end abc nod
原文地址:https://www.cnblogs.com/flipped415/p/10357927.html