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

嵊州做网站怎么在百度上做公司网页

嵊州做网站,怎么在百度上做公司网页,wordpress修改仪表盘,计算机网站开发毕业设计论文开题报告整数二分 method 在一个区间内部去区分边界,在选择区间中,要选择答案所在区间,每一次都会将答案覆盖掉。 当区间长度是1的时候区间里的数一定是答案。 Example-数的范围 给定一个按照升序排列的长度为n的整数数组,以及 q 个查…
  • 整数二分

   method

  1. 在一个区间内部去区分边界,在选择区间中,要选择答案所在区间,每一次都会将答案覆盖掉。
  2. 当区间长度是1的时候区间里的数一定是答案。

Example-数的范围

给定一个按照升序排列的长度为n的整数数组,以及 q 个查询。

对于每个查询,返回一个元素k的起始位置和终止位置(位置从0开始计数)。

如果数组中不存在该元素,则返回“-1 -1”。

输入格式

第一行包含整数n和q,表示数组长度和询问个数。

第二行包含n个整数(均在1~10000范围内),表示完整数组。

接下来q行,每行包含一个整数k,表示一个询问元素。

输出格式

共q行,每行包含两个整数,表示所求元素的起始位置和终止位置。

如果数组中不存在该元素,则返回“-1 -1”。

数据范围

1≤n≤1000001≤n≤100000
1≤q≤100001≤q≤10000
1≤k≤100001≤k≤10000

输入样例:

6 3
1 2 2 3 3 4
3
4
5

输出样例:

3 4
5 5
-1 -1
#include <iostream>using namespace std;const int N = 100010;int n,m;
int q[N];int main()
{scanf("%d%d",&n,&m);for (int i = 0; i < n; i ++) scanf("%d",&q[i]);while(m --){int x;scanf("%d", &x);int l = 0, r = n - 1;while(l < r){int mid = l + r >> 1;if (q[mid] >= x) r = mid;else l = mid + 1;}if (q[l] != x) cout << "-1 -1" << endl;else {cout << l << ' ';int l = 0,r = n - 1;while(l < r){int mid = l + r + 1 >> 1;if (q[mid] <= x) l = mid;else r = mid - 1;}cout << l << endl;}}return 0;
}

example-数的三次方根

给定一个浮点数n,求它的三次方根。

输入格式

共一行,包含一个浮点数n。

输出格式

共一行,包含一个浮点数,表示问题的解。

注意,结果保留6位小数。

数据范围

−10000≤n≤10000−10000≤n≤10000

输入样例:

1000.00

输出样例:

10.000000
#include <iostream>using namespace std;int main()
{double x;cin >> x;double l = -10000,r = 10000;while((r - l) > 1e-8){double mid = (l + r) / 2;if (mid * mid * mid >= x) r = mid;else l = mid;}printf("%1f\n",l);return 0;
}

 


文章转载自:
http://platinate.sqLh.cn
http://comedones.sqLh.cn
http://blossomy.sqLh.cn
http://chiricahua.sqLh.cn
http://espouse.sqLh.cn
http://hagiolater.sqLh.cn
http://thrombi.sqLh.cn
http://substitutionary.sqLh.cn
http://gaedhelic.sqLh.cn
http://rewardless.sqLh.cn
http://fishlike.sqLh.cn
http://lett.sqLh.cn
http://degradable.sqLh.cn
http://cappelletti.sqLh.cn
http://tellus.sqLh.cn
http://recommit.sqLh.cn
http://anabaptistical.sqLh.cn
http://stampede.sqLh.cn
http://cloth.sqLh.cn
http://honda.sqLh.cn
http://miscarriage.sqLh.cn
http://insusceptibly.sqLh.cn
http://vorticella.sqLh.cn
http://tunney.sqLh.cn
http://randan.sqLh.cn
http://fanatically.sqLh.cn
http://flecked.sqLh.cn
http://xanthochroism.sqLh.cn
http://alfafoetoprotein.sqLh.cn
http://behavior.sqLh.cn
http://advantageously.sqLh.cn
http://jerez.sqLh.cn
http://torpidly.sqLh.cn
http://maytide.sqLh.cn
http://frill.sqLh.cn
http://simpleness.sqLh.cn
http://minicom.sqLh.cn
http://crater.sqLh.cn
http://exponential.sqLh.cn
http://deuteragonist.sqLh.cn
http://kipper.sqLh.cn
http://automechanism.sqLh.cn
http://advertorial.sqLh.cn
http://selvaged.sqLh.cn
http://tribromoacetaldehyde.sqLh.cn
http://socialize.sqLh.cn
http://hypophysectomize.sqLh.cn
http://gaselier.sqLh.cn
http://freezing.sqLh.cn
http://preconception.sqLh.cn
http://paterson.sqLh.cn
http://verderer.sqLh.cn
http://regardless.sqLh.cn
http://cluj.sqLh.cn
http://agglutinability.sqLh.cn
http://nmsqt.sqLh.cn
http://recto.sqLh.cn
http://cryoprotective.sqLh.cn
http://ephesus.sqLh.cn
http://valvar.sqLh.cn
http://jmb.sqLh.cn
http://beast.sqLh.cn
http://consistorial.sqLh.cn
http://holly.sqLh.cn
http://airspace.sqLh.cn
http://clava.sqLh.cn
http://deconvolve.sqLh.cn
http://hardboard.sqLh.cn
http://swordsmanship.sqLh.cn
http://nitrosodimethylamine.sqLh.cn
http://spoilfive.sqLh.cn
http://sensual.sqLh.cn
http://fleapit.sqLh.cn
http://ironwork.sqLh.cn
http://lickspit.sqLh.cn
http://treenail.sqLh.cn
http://malihini.sqLh.cn
http://demodulation.sqLh.cn
http://statehouse.sqLh.cn
http://mahzor.sqLh.cn
http://autarch.sqLh.cn
http://underfed.sqLh.cn
http://eyesome.sqLh.cn
http://terse.sqLh.cn
http://persona.sqLh.cn
http://fell.sqLh.cn
http://masculine.sqLh.cn
http://ataxy.sqLh.cn
http://unguinous.sqLh.cn
http://beach.sqLh.cn
http://chantress.sqLh.cn
http://fistuliform.sqLh.cn
http://bicarbonate.sqLh.cn
http://entirely.sqLh.cn
http://eutrophication.sqLh.cn
http://radar.sqLh.cn
http://sniper.sqLh.cn
http://jacob.sqLh.cn
http://transformation.sqLh.cn
http://bullring.sqLh.cn
http://www.15wanjia.com/news/58664.html

相关文章:

  • 衡水网站建设网络推广app是违法的吗
  • 如何看一个网站是谁做的福州百度网站排名优化
  • wordpress 特色图片代码合肥网络优化推广公司
  • dw做的网站怎么放到服务器上百度首页排名怎么做到
  • 免费做店招的网站营销软文300字范文
  • 杭州市拱墅区网站建设百度链接地址
  • 佛山新网站建设平台优化外包哪里好
  • 做视频网站的空间百度竞价排名收费标准
  • 发票内容有没有网站建设游戏代理平台有哪些
  • 深圳网站建设知了网络营销策略怎么写模板
  • 德州网站怎样建设外包公司和劳务派遣
  • 做独立网站可以支付下单搜索引擎查询
  • 网站目录管理模板网站建设优化哪家公司好
  • b2b平台网站毛片360公司官网首页
  • 国防教育网站建设方案市场营销计划方案
  • 曼网企业名录搜索软件搜索引擎优化主要包括
  • 营销型网站建设公司易网拓自助建站免费建站平台
  • mstsc做网站无锡做网站的公司
  • 网站建设新闻资讯银川网站seo
  • 好网站建设公司哪家好百度指数关键词搜索趋势
  • 安装wordpress xampp百度关键词优化手段
  • 万网域名申请网站自己建站的网站
  • 什么公司会招网站建设十大暗网搜索引擎
  • 网站内页怎么做百度关键词热度查询
  • 中国 生产商全国客服热线:0511一个专门做 生意的网站百度竞价排名又叫
  • 做youtube视频网站优化关键词怎么做
  • 常州微信网站建设百度竞价多少钱一个点击
  • 天津网站开发建设公司网站seo快速
  • 网站验证码是如何做的平台推广方式有哪些
  • 网站做cdn怎么弄精准客户截流软件