摘要: # rope `rope` 是 c++ `__gnu_pbds` 里的一个 STL,实现是可持久化平衡树。 ```cpp enum { _S_max_rope_depth = 45 }; static const unsigned long _S_min_len[_RopeRep::_S_max_r 阅读全文
posted @ 2023-04-03 21:12 蒟酱 阅读(414) 评论(0) 推荐(0) 编辑