示例#1
0
 void add_unsorted(VD v) {  // call finish() after
   heap.add_unsorted(v);
   TUHG_SHOWQ(1, "added_unsorted", v);
 }