摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=2e5,M=3e6+10; vector<int> starts[M]; int n; int f[M]; int main() { ios::sync_with_stdi 阅读全文
posted @ 2026-03-14 00:13 AnoSky 阅读(3) 评论(0) 推荐(0)