摘要: #include <bits/stdc++.h> using namespace std; using ull = unsigned long long; using ll = long long; const int N = 50010; int T; struct node { int l, r 阅读全文
posted @ 2025-10-31 18:02 安德joarith 阅读(8) 评论(0) 推荐(0)