摘要: 题目链接:https://www.luogu.com.cn/problem/P5854 笛卡尔树 模板题。 示例程序: #include <bits/stdc++.h> using namespace std; const int maxn = 1e7 + 5; int n; struct Node 阅读全文
posted @ 2025-09-10 03:06 quanjun 阅读(9) 评论(0) 推荐(0)