摘要:
题目: #include<bits/stdc++.h> #define int long long using namespace std; const int maxn=2e5+5; struct Node{ int l,r; int cnt; }; int idx; Node tree[maxn 阅读全文
posted @ 2025-07-19 16:41
yFatSheep
阅读(8)
评论(0)
推荐(0)
2025年7月19日