摘要: 比赛链接:https://codeforces.com/contest/1529 A. Eshag Loves Big Arrays 题解 反复选取最小值和大于它的数即可。 代码 #include <bits/stdc++.h> using namespace std; int main() { i 阅读全文
posted @ 2021-06-02 19:16 Kanoon 阅读(60) 评论(0) 推荐(0) 编辑