摘要: Codeforces Round 919 (Div. 2) A. Satisfying Constraints 解题思路: 确定最大下界和最小上界。 然后看有多少个不可选数在界内。 代码: #include <bits/stdc++.h> using namespace std; using ll 阅读全文
posted @ 2024-01-14 00:53 value0 阅读(163) 评论(0) 推荐(2) 编辑