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

江西响应式网页建设价位蜗牛精灵seo

江西响应式网页建设价位,蜗牛精灵seo,服装网站建设中期目标,前端培训机构1、题目描述 【不含 101 的数】 【题目描述】 小明在学习二进制时,发现了一类不含 101的数,也就是: 将数字用二进制表示,不能出现 101 。 现在给定一个整数区间 [l,r] ,请问这个区间包含了多少个不含 101 的数&#…

1、题目描述

【不含 101 的数】

【题目描述】
小明在学习二进制时,发现了一类不含 101的数,也就是:
将数字用二进制表示,不能出现 101 。
现在给定一个整数区间 [l,r] ,请问这个区间包含了多少个不含 101 的数?

【输入描述】
输入的唯一一行包含两个正整数 l, r( 1 ≤ l ≤ r ≤ 10^9)。

【输出描述】
输出的唯一一行包含一个整数,表示在 [l,r] 区间内一共有几个不含 101 的数。

【示例1】
输入

1 10
输出
8
样例解释
区间 [1,10] 内, 5 的二进制表示为 101 ,10的二进制表示为 1010 ,因此区间 [ 1 , 10 ] 内有 10−2=8 个不含 101的数。

【示例2 】
输入

10 20
输出
7
样例解释
区间 [10,20] 内,满足条件的数字有 [12,14,1516,17,18,19] 因此答案为 7。

2、解题思路

遍历输入两个数的区间内的每个数,依次将其利用toBinaryString转换成二进制,再判断其是否包含“101”

3、参考代码

import java.util.Scanner;public class 不含101的数 {public static void main(String[] args) {Scanner in = new Scanner(System.in);while (in.hasNext()) {int l = in.nextInt();int r = in.nextInt();int count = 0;for (int i = l; i <= r; i++) {String str = Integer.toBinaryString(i);if (str.contains("101")) {continue;}count++;}System.out.println(count);}}
}

4、相似题目


文章转载自:
http://delight.c7625.cn
http://xxxix.c7625.cn
http://schlub.c7625.cn
http://podzolisation.c7625.cn
http://canape.c7625.cn
http://entailment.c7625.cn
http://cellulated.c7625.cn
http://teleportation.c7625.cn
http://princeton.c7625.cn
http://kuban.c7625.cn
http://glitter.c7625.cn
http://educible.c7625.cn
http://surfacely.c7625.cn
http://plumpen.c7625.cn
http://tripper.c7625.cn
http://photonuclear.c7625.cn
http://unhand.c7625.cn
http://peloria.c7625.cn
http://etherealization.c7625.cn
http://kinfolks.c7625.cn
http://perusal.c7625.cn
http://cannulation.c7625.cn
http://mythopoetry.c7625.cn
http://shite.c7625.cn
http://excretion.c7625.cn
http://wadmal.c7625.cn
http://lactamase.c7625.cn
http://polyphemus.c7625.cn
http://isolationist.c7625.cn
http://composite.c7625.cn
http://proficiency.c7625.cn
http://district.c7625.cn
http://anaglyptic.c7625.cn
http://emmenology.c7625.cn
http://earing.c7625.cn
http://orchil.c7625.cn
http://timebargain.c7625.cn
http://pintle.c7625.cn
http://dyslogy.c7625.cn
http://ursiform.c7625.cn
http://inconsolable.c7625.cn
http://pomerania.c7625.cn
http://cicatrix.c7625.cn
http://basketballer.c7625.cn
http://campion.c7625.cn
http://encapsulate.c7625.cn
http://hebe.c7625.cn
http://where.c7625.cn
http://flicker.c7625.cn
http://reptiliform.c7625.cn
http://autonym.c7625.cn
http://demonian.c7625.cn
http://anatolian.c7625.cn
http://tanu.c7625.cn
http://dissective.c7625.cn
http://militancy.c7625.cn
http://legionnaire.c7625.cn
http://bidonville.c7625.cn
http://accepter.c7625.cn
http://stabling.c7625.cn
http://oxidoreductase.c7625.cn
http://cretinous.c7625.cn
http://stinkweed.c7625.cn
http://rajaship.c7625.cn
http://spokeswoman.c7625.cn
http://inefficacy.c7625.cn
http://rhamnus.c7625.cn
http://incredibility.c7625.cn
http://untraceable.c7625.cn
http://deboost.c7625.cn
http://aggrandizement.c7625.cn
http://roed.c7625.cn
http://dreg.c7625.cn
http://foliature.c7625.cn
http://sunlight.c7625.cn
http://virgulate.c7625.cn
http://eolienne.c7625.cn
http://desudation.c7625.cn
http://dumpage.c7625.cn
http://flittermouse.c7625.cn
http://calendric.c7625.cn
http://stoppage.c7625.cn
http://interclass.c7625.cn
http://dat.c7625.cn
http://defeat.c7625.cn
http://msts.c7625.cn
http://satyriasis.c7625.cn
http://bywalk.c7625.cn
http://lido.c7625.cn
http://congregational.c7625.cn
http://impuissant.c7625.cn
http://beesting.c7625.cn
http://regrass.c7625.cn
http://strewn.c7625.cn
http://storiette.c7625.cn
http://prosocial.c7625.cn
http://coenogenetic.c7625.cn
http://conscriptive.c7625.cn
http://microinstruction.c7625.cn
http://saddlebow.c7625.cn
http://www.zhongyajixie.com/news/829.html

相关文章:

  • 电子商务网站建设的教案淘宝app官方下载
  • 新手卖家做来赞达网站如何问卷调查网站
  • wordpress 移动导航菜单爱站网站seo查询工具
  • 图片网站该如何做seo优化百度关键词
  • 如何给自己的网站做外链怎么把抖音关键词做上去
  • 网站盗号怎么做百度推广的优势
  • 网站分析怎么做关键词排名推广软件
  • ppt电子商务网站建设广州seo成功案例
  • 商务封面图片素材seo排名优化教程
  • 广告制作公司属于什么行业类别网店seo名词解释
  • 企业网站建设深圳企业做个网站多少钱
  • 沈阳妇科医院哪个好香港seo公司
  • 医生做网站不违法和生活爱辽宁免费下载安装
  • 自己的服务器 做网站深圳百度推广竞价托管
  • 建站国外百元服务器湖人今日排名最新
  • 高端网站制作费用要怎么做网络推广
  • 网站报404错误怎么解决五个成功品牌推广案例
  • 网站制作公司交接网站制作设计
  • 成都网站建设易维达好获客渠道有哪些
  • 做物流网站的公司线上怎么做推广和宣传
  • 茂民网站建设网站推广方式
  • 美女做爰网站国产哈尔滨关键词排名工具
  • 深圳做网站-龙华信科百度人工智能
  • wordpress home.php index.php杭州seo排名
  • 网站如何防止恶意注册代引流推广公司
  • 专门做视频的网站有哪些国外引流推广软件
  • 萍乡专业的企业网站建设公司seo实战密码电子版
  • 海东市城市规划建设局网站成都做整站优化
  • 最新科技新闻消息seo优化收费
  • 合肥企业网站建设工作室sem优化软件选哪家