摘要: 点击查看代码 #include <bits/stdc++.h> using namespace std; const int N = 2000001; const int logN = 21; int f[N][logN + 1], lg[N + 1]; //vector<int>可能会爆内存 vo 阅读全文
posted @ 2025-10-09 15:48 ha000star 阅读(9) 评论(0) 推荐(0)