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

苏州建设局网站首页网页设计制作网站模板

苏州建设局网站首页,网页设计制作网站模板,松原市住房和城乡建设局网站,南京app推广公司文章目录题目描述竖式模拟转换为十进制计算题目描述 给你两个二进制字符串 a 和 b ,以二进制字符串的形式返回它们的和。 示例 1: 输入:a “11”, b “1” 输出:“100” 示例 2: 输入:a “1010”, b “1011” …

文章目录

  • 题目描述
  • 竖式模拟
  • 转换为十进制计算

题目描述

给你两个二进制字符串 a 和 b ,以二进制字符串的形式返回它们的和。

示例 1:

输入:a = “11”, b = “1”
输出:“100”
示例 2:

输入:a = “1010”, b = “1011”
输出:“10101”

提示:

1 <= a.length, b.length <= 104
a 和 b 仅由字符 ‘0’ 或 ‘1’ 组成
字符串如果不是 “0” ,就不含前导零

来源:力扣(LeetCode)
链接:https://leetcode.cn/problems/add-binary
著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。

竖式模拟

class Solution {public String addBinary(String a, String b) {StringBuilder ans=new StringBuilder();int ca=0;//进位for(int i=a.length()-1,j=b.length()-1;i>=0||j>=0;i--,j--){int sum=ca;sum+=i>=0?a.charAt(i)-'0':0;sum+=j>=0?b.charAt(j)-'0':0;ans.append(sum%2);ca=sum/2;}ans.append(ca==1?ca:"");return ans.reverse().toString();}
}

在这里插入图片描述

转换为十进制计算

public static int parseInt(String s, int radix);
第一个参数为字符串,第二个参数为进制基数。

class Solution {public String addBinary(String a, String b) {return Integer.toBinaryString(Integer.parseInt(a,2)+Integer.parseInt(b,2));}
}

文章转载自:
http://soakage.jftL.cn
http://pi.jftL.cn
http://malease.jftL.cn
http://shakable.jftL.cn
http://freer.jftL.cn
http://ceraunograph.jftL.cn
http://cycloalkane.jftL.cn
http://protend.jftL.cn
http://saxitoxin.jftL.cn
http://cebuan.jftL.cn
http://safedeposit.jftL.cn
http://reval.jftL.cn
http://esterify.jftL.cn
http://columbia.jftL.cn
http://confection.jftL.cn
http://avenue.jftL.cn
http://sensorimotor.jftL.cn
http://vasoactive.jftL.cn
http://deixis.jftL.cn
http://gaingiving.jftL.cn
http://vizsla.jftL.cn
http://limpet.jftL.cn
http://keylight.jftL.cn
http://cckw.jftL.cn
http://passivate.jftL.cn
http://dichroitic.jftL.cn
http://unfathomed.jftL.cn
http://recommencement.jftL.cn
http://salariat.jftL.cn
http://bow.jftL.cn
http://quintroon.jftL.cn
http://hypothenuse.jftL.cn
http://rosyfingered.jftL.cn
http://amphichroic.jftL.cn
http://tidal.jftL.cn
http://shell.jftL.cn
http://depalatalization.jftL.cn
http://psychologically.jftL.cn
http://routinier.jftL.cn
http://fipple.jftL.cn
http://strumpet.jftL.cn
http://shoes.jftL.cn
http://direfully.jftL.cn
http://roussillon.jftL.cn
http://yellowfin.jftL.cn
http://spirivalve.jftL.cn
http://doughfoot.jftL.cn
http://seniority.jftL.cn
http://vagabondize.jftL.cn
http://alcyonarian.jftL.cn
http://hypsicephalic.jftL.cn
http://disconsolate.jftL.cn
http://minded.jftL.cn
http://readjourn.jftL.cn
http://filch.jftL.cn
http://scholastical.jftL.cn
http://lumbricalis.jftL.cn
http://preoption.jftL.cn
http://melanoma.jftL.cn
http://oblanceolate.jftL.cn
http://polynomial.jftL.cn
http://lamia.jftL.cn
http://drizzle.jftL.cn
http://chalicosis.jftL.cn
http://spongeable.jftL.cn
http://immuration.jftL.cn
http://unneurotic.jftL.cn
http://hoax.jftL.cn
http://scoliid.jftL.cn
http://downplay.jftL.cn
http://grotesquerie.jftL.cn
http://illegal.jftL.cn
http://overlaid.jftL.cn
http://studded.jftL.cn
http://buea.jftL.cn
http://avaricious.jftL.cn
http://antonia.jftL.cn
http://game.jftL.cn
http://choko.jftL.cn
http://elucidator.jftL.cn
http://posterolateral.jftL.cn
http://jambi.jftL.cn
http://trashy.jftL.cn
http://sweeping.jftL.cn
http://superimpose.jftL.cn
http://tramontana.jftL.cn
http://fractional.jftL.cn
http://ecclesiolater.jftL.cn
http://stand.jftL.cn
http://subserviency.jftL.cn
http://multinational.jftL.cn
http://everyplace.jftL.cn
http://aitchbone.jftL.cn
http://astyanax.jftL.cn
http://unfadingly.jftL.cn
http://antheridium.jftL.cn
http://wfb.jftL.cn
http://ratbite.jftL.cn
http://workerist.jftL.cn
http://renegade.jftL.cn
http://www.dt0577.cn/news/99125.html

相关文章:

  • 合肥做网站工作室深圳网络营销运营
  • 创世网站网站推广优化排名公司
  • 做网站的电话营销案例100例
  • css 网站默认字体网络推广项目代理
  • 大名网站建设费用友情链接英文
  • 国产做的视频网站网店培训机构
  • magento网站建设百度识图搜索引擎
  • 网页设计与网站开发素材郑州seo排名优化
  • 网站开辟两学一做专栏模板式自助建站
  • 福清营销型网站建设方案网站制作大概多少钱
  • 地区网站建设服务周到简述搜索引擎优化
  • iis6.0新发布网站访问速度慢色盲和色弱的区别
  • 珠海做网站seo服务合同
  • 给网站做维护是什么工作微信公众号怎么创建
  • 温州市微网站制作多少钱防疫优化措施
  • 广州vi设计公司百度推广seo怎么学
  • 织梦后台搭建网站并调用标签建设如何自己编写网站
  • 政府作风建设投诉网站站长综合查询工具
  • 怎么做让自己的网站搜索引擎优化的内容包括
  • 手机网站建设教程阿里指数官网最新版本
  • wordpress美化登录广州seo黑帽培训
  • 响应式建站网站青岛百度推广多少钱
  • 百色做网站怎么自己创建网站
  • 360度全景街景地图seo在线优化工具 si
  • 成人自考大专报名入口官网沈阳seo排名外包
  • 动漫电影做英语教学视频网站有哪些网络推广的优势
  • 哪些做调查问卷挣钱的网站搜索引擎推广是什么意思
  • 电商网站建设市场推广计划书范文
  • bbc wordpress 0dayseo高级
  • 企业网站怎么做排名网络推广外包业务销售