摘要:
#include <iostream> using namespace std; const int N=100005; struct node{ int l,r; //左右儿子 int val; //树的权值 int rnd; //堆的随机值 int size; //子树大小 }tr[N]; in 阅读全文
posted @ 2025-08-23 03:17
yFatSheep
阅读(5)
评论(0)
推荐(0)
2025年8月23日