201809-3 元素选择器 ccf

建议将标签和属性分开储存 #include <bits/stdc++.h> using namespace std; struct node{ int r, lev;//r:行索引,唯一标识;lev:层次序,用于建树 string label, id; }; int n, m; vector<node> v;//输入节点数据 vector<int> vx[128];//邻接表 vo
相关文章
相关标签/搜索