🐂🍺坏了
挺👍的,黑科技块状链表复杂度O(nn)。 但是贼快。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| #include <ext/rope>
using namespace __gnu_cxx;
rope<int> S
int main() { S.push_back(x); S.insert(pos, x); S.erase(pos, x); S.length(); S.size(); S.replace(pos, x); S.substr(pos, x); S.copy(pos, x, s); S.at(x); }
|