Send Feedback

Add Binary

Total Accepted: 5507 Total Submissions: 22053 My Submissions

Given two binary strings, return their sum (also a binary string).

For example,
a = "11"
b = "1"
Return "100".

Discuss


You have not signed in, cannot submit your code.
Submit failed, try again please.
You have attempted to resubmit too soon. Please resubmit in a moment.

Send Feedback