摘要: 普通平衡树(按权值划分) #include <iostream> #include <random>//rand()最大32767 using namespace std; mt19937 dice(random_device{}()); const int N = 1e5 + 7; //rd[i] 阅读全文
posted @ 2024-09-03 09:09 飞花阁 阅读(6) 评论(0) 推荐(0)
//雪花飘落效果