Beispiel #1
0
 void build(vvi & children){
   idx = 0;
   memset(H, -1, sizeof H);
   dfs(0, 0, children);
   rmq.build(idx,L);
 }