摘要: 今天比赛中看到的一个挺简单的东西,除了常数大,别的都挺好的 #include <ext/rope> // 头文件 using namespace __gnu_cxx; // 注意名称空间 rope<int> rp; int main() { rp.push_back(x); // 在末尾插入 x r 阅读全文
posted @ 2022-11-20 21:35 zhaozixu2006 阅读(23) 评论(0) 推荐(0) 编辑