Computer Science, asked by poojakale3738, 6 months ago

Given two binary strings a and b, return their sum as a binary string

Example 1:
Input: a = "11", b =
"1"
11
1
Output:
100​

Answers

Answered by mauryaanu20112006
0

Answer:

you're output 1000000000000

Similar questions