二分查找与二分答案 2025-3-28 16:39 | 35 | 0 | 理论技术 464 字 | 18 分钟 原题单链接:https://www.luogu.com.cn/training/111#problems AcWing789. 数的范围 #include <bits/stdc++.h> using namespace std; const int N = 1e5 + 10; int n, q, a[N]; int bs1(i… C/C++二分算法