ACwing(基础)---789. 数的范围

2021-01-02 03:28

阅读:511

标签:problem   algorithm   algo   space   href   for   else   ace   max   

789. 数的范围

#include
#include
#include

using namespace std;

const int maxn =1e5+10;

int a[maxn];

int main() {
	int n,m,x;
	cin>>n>>m;
	for(int i=0;i>a[i];
	while(m--){
		cin>>x;
		int l=0,r=n-1;
		while(l>1;
			if(a[mid]>=x) r=mid;//偏左半边
			else l=mid+1;
		}
		if(a[l]!=x) cout>1;
				if(a[mid]

ACwing(基础)---789. 数的范围

标签:problem   algorithm   algo   space   href   for   else   ace   max   

原文地址:https://www.cnblogs.com/bingers/p/13223898.html


评论


亲,登录后才可以留言!