摘要: [一]二分查找 解题思路 套模板即可 代码实现 #include<bits/stdc++.h> using namespace std; const int maxn=1e5+7; int n,q,a[maxn]; int main(){ cin>>n; for(int i=1;i<=n;i++) 阅读全文
posted @ 2025-01-26 19:00 isletfall 阅读(35) 评论(0) 推荐(0)