摘要: Final Boss(二分答案) 原题链接: Problem - F - Codeforces 思路: 二分答案 代码: #include <bits/stdc++.h> #define int long long using namespace std; const int xmmm=2e5+10; int a[xmmm], b[ 阅读全文
posted @ 2025-01-04 17:07 devoteeing 阅读(36) 评论(0) 推荐(0)