摘要: 视频链接:C03【模板】Splay P3369 普通平衡树_哔哩哔哩_bilibili P3369 【模板】普通平衡树 - 洛谷 #include <iostream> using namespace std; #define ls(x) tr[x].ch[0] #define rs(x) tr[x 阅读全文
posted @ 2022-07-19 20:07 董晓 阅读(3492) 评论(4) 推荐(5)