Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Files

Latest commit

aQuaaQua
aQua
and
aQua
Sep 5, 2017
e983cea · Sep 5, 2017

History

History
executable file
·
14 lines (11 loc) · 226 Bytes

File metadata and controls

executable file
·
14 lines (11 loc) · 226 Bytes

题目

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

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

解题思路

见程序注释