Statement
Given two binary strings str1 and str2, return their sum as a binary string.
Constraints:
str1.length,str2.lengthstr1andstr2consist of0or1characters only.Any string must not contain leading zeros except the string representing the binary form of
.