[c++]用字符串实现二进制的加法
题目描述:Given two binary strings, return their sum (also a binary string).The input strings are bothnon-emptyand contains only characters1or0.题目来源:leetcodejava: 1 public class Solution {...