例如:
vector<int> v[maxn];
v[i] 表示 i结点的子节点 我 对每个 v[i]
v[i]
sort(v[i].begin(),v[i].end(),cmp)
然后 这样是 O(n log n) 的吗