摘要: 有单调性一定可以二分,没有单调性有可能可以二分。 就像抽牌的时候,你总是从中间抽,而不是从头或者最后? 输入 5 2 1 2 3 4 5 1 6 求数的范围 #include<iostream> using namespace std; const int N=100010; int n,m; in 阅读全文
posted @ 2024-01-07 05:40 real-sunrise 阅读(17) 评论(0) 推荐(0) 编辑