摘要:
#include <vector> #include <set> #define ls u<<1 #define rs u<<1|1 using namespace std; const int maxn=200005; int a[maxn]; struct tree{ int val; // 节 阅读全文
posted @ 2025-09-12 23:26
yFatSheep
阅读(3)
评论(0)
推荐(0)