摘要: solution 枚举g(),然后二分 code #include <bits/stdc++.h> #define FOR(i,a,b) for(int i=a;i<=b;++i) #define int long long using namespace std; const int _=1e6+ 阅读全文
posted @ 2022-08-09 22:23 小饼卷大葱 阅读(21) 评论(0) 推荐(0)