摘要: C. AtCoder AAC Contest 二分答案 代码实现 #include <bits/stdc++.h> using namespace std; void solve() { int a, b, c; cin >> a >> b >> c; auto judge = [&](int x) 阅读全文