Lower_bound和Upper_bound
#include<bits/stdc++.h>
using namespace std;
const int maxn=100000+10;
const int INF=2*int(1e9)+10;
#define LL long long
int cmd(int a,int b){
return a>b;
}
int main(){
int num[6]={1,2,4,7,...
转载
2019-04-19 20:53:54 ·
111 阅读 ·
0 评论