这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int n; struct A { long long a, b; }p[15]; long long maxn, m; bool check(long long x) { for (int i = 1; i > n; for (int i =…
纯暴力,用对数稍作减少枚举范围。 ```cpp #include using namespace std; int k; long long n; set s; int main() { ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); cin >> n >> k; i…