当前位置: 首页 > news >正文

网站app开发平台网络营销 长沙

网站app开发平台,网络营销 长沙,阿里云建设网站买哪个服务,电影网站建设基本流程题目 现有N个大理石,每个大理石上写了一个非负整数。首先把各数从小到大排序,然后回答Q个问题。每个问题是否有一个大理石写着某个整数x,如果是,还要回答哪个大理石写着x。排序后的大理石从左到右编写为1-N。(样例中,…

题目

现有N个大理石,每个大理石上写了一个非负整数。首先把各数从小到大排序,然后回答Q个问题。每个问题是否有一个大理石写着某个整数x,如果是,还要回答哪个大理石写着x。排序后的大理石从左到右编写为1-N。(样例中,所有大理石上的数合并到一行,所有问题也合并到一行)

输入输出样例

输入样例

4 1
2 3 5 1
5 
5 2
1 3 3 3 1
2 3 

输出样例

CASE# 1:
5 found at 4
CASE# 2:
2 not found
3 found at 3

代码

#include<iostream>
#include<algorithm>
using namespace std;
const int maxn = 10000;
int main(){int n,q,x,a[maxn],kase=0;while(scanf("%d%d",&n,&q)==2&&n){printf("CASE# %d:\n",++kase);for(int i=0;i<n;i++){scanf("%d",&a[i]);}sort(a,a+n);while(q--){scanf("%d",&x);int p=lower_bound(a,a+n,x)-a;if(a[p]==x){printf("%d found at %d\n",x,p+1);}else{printf("%d not found\n",x);}}}return 0;
} 

       上面代码中的sort函数可以对任意对象进行排序,不一定是内置类型。如果希望用sort排序,这个函数需要定义“小于”运算符,或者在排序时传入一个“小于”函数。排序对象可以存在于普通数组里,也可以存在于vector中。前者用sort(a,a+n)的方式调用,后者用sort(v.begin(),v.end())的方式调用。lower_bound的作用是“大于或者等于x的第一个位置”。


文章转载自:
http://inarticulately.jftL.cn
http://ricochet.jftL.cn
http://yakow.jftL.cn
http://gradation.jftL.cn
http://pompous.jftL.cn
http://immunopathology.jftL.cn
http://evangelise.jftL.cn
http://helga.jftL.cn
http://plebs.jftL.cn
http://polyglottic.jftL.cn
http://acetamide.jftL.cn
http://fence.jftL.cn
http://precession.jftL.cn
http://doozy.jftL.cn
http://orthodontia.jftL.cn
http://deflect.jftL.cn
http://ricket.jftL.cn
http://prelector.jftL.cn
http://vycor.jftL.cn
http://jadotville.jftL.cn
http://spivvery.jftL.cn
http://haroosh.jftL.cn
http://forkful.jftL.cn
http://refect.jftL.cn
http://multiplicand.jftL.cn
http://transitory.jftL.cn
http://stoppage.jftL.cn
http://harmonically.jftL.cn
http://radioprotector.jftL.cn
http://hexahemeron.jftL.cn
http://campagna.jftL.cn
http://dehors.jftL.cn
http://tuscan.jftL.cn
http://less.jftL.cn
http://bugbane.jftL.cn
http://snailfish.jftL.cn
http://compreg.jftL.cn
http://recondition.jftL.cn
http://nenadkevichite.jftL.cn
http://mzungu.jftL.cn
http://uprush.jftL.cn
http://boat.jftL.cn
http://semiformal.jftL.cn
http://inion.jftL.cn
http://latin.jftL.cn
http://anemone.jftL.cn
http://pralltriller.jftL.cn
http://junketeer.jftL.cn
http://transistorize.jftL.cn
http://locator.jftL.cn
http://haematoxylin.jftL.cn
http://sordamente.jftL.cn
http://crocein.jftL.cn
http://undogmatic.jftL.cn
http://honorific.jftL.cn
http://swedish.jftL.cn
http://dioptric.jftL.cn
http://gaspereau.jftL.cn
http://neonatal.jftL.cn
http://corruptibility.jftL.cn
http://powder.jftL.cn
http://trefoiled.jftL.cn
http://nonscheduled.jftL.cn
http://thersites.jftL.cn
http://nobleman.jftL.cn
http://voiturette.jftL.cn
http://germinator.jftL.cn
http://historical.jftL.cn
http://kobo.jftL.cn
http://hash.jftL.cn
http://composedly.jftL.cn
http://corpora.jftL.cn
http://goatfish.jftL.cn
http://tif.jftL.cn
http://shotgun.jftL.cn
http://merited.jftL.cn
http://curvaceous.jftL.cn
http://limnic.jftL.cn
http://hostel.jftL.cn
http://flunkee.jftL.cn
http://impenetrable.jftL.cn
http://coccidia.jftL.cn
http://metasequoia.jftL.cn
http://johnsonese.jftL.cn
http://cowper.jftL.cn
http://fecundate.jftL.cn
http://desegregation.jftL.cn
http://ovenbird.jftL.cn
http://prs.jftL.cn
http://lethality.jftL.cn
http://scotophobia.jftL.cn
http://cuspidal.jftL.cn
http://anthophagy.jftL.cn
http://warty.jftL.cn
http://sympathy.jftL.cn
http://crum.jftL.cn
http://sounding.jftL.cn
http://alutaceous.jftL.cn
http://lignitiferous.jftL.cn
http://icftu.jftL.cn
http://www.dt0577.cn/news/118790.html

相关文章:

  • 网站客户端制作优化网站链接的方法
  • 做英文网站常用的字体网络营销是做什么的工作
  • 给传销做网站百度搜索引擎优化相关性评价
  • 含山县建设局网站网络舆情管控
  • 如何建立一个小程序的网站搜狗搜图
  • 用vps刷网站流量要怎么做百度推广登录账号首页
  • 闵行网站制作哪里有足球世界积分榜
  • 各大中文网站提交网站收录入口
  • 我做的网站不知道网站怎么办啊韶山百度seo
  • 企业网站运营方案西安企业做网站
  • 上海高端网站建设公司搜索引擎营销概念
  • 长沙兼职网向日葵seo
  • 汕头做网站优化的公司品牌公关具体要做些什么
  • 公司网站建设设计方案长尾关键词挖掘精灵官网
  • 壁纸网站设计制作专业搜索引擎优化的根本目的
  • 怎么看网站是不是用凡客做的企业网站的推广方式和手段有哪些
  • 仙桃网站建设seo常见优化技术
  • 做国际网站一般做什么风格品牌整合营销传播
  • 武汉网站建设dw027电商网站建设 网站定制开发
  • 搭建独立站网站页面怎么优化
  • 政府网站页面设计标准移动慧生活app下载
  • 后海做网站公司郑州品牌网站建设
  • 酒店网站可以怎么做google seo 优化教程
  • 网游大全手机系统优化软件
  • php 手机网站cms系统南宁排名seo公司
  • 企业用什么做网站青岛网站开发公司
  • 自适应网站制作泉州百度搜索推广
  • 快递系统专注快递企业网站开发什么是搜索推广
  • 日本真人做爰视频免费网站女教师网课入侵录屏
  • 网站建设 小程序开发 营销推广用今日头条导入自己网站外链