{"raw_statement":[{"iden":"statement","content":"Given two strings that represent binary numbers, return the sum of the 2 numbers in binary.\n\nThe first line will contain the first binary number and the second line will contain the second binary number.\n\nPrint the sum of the two numbers in binary.\n\nIf you need help understanding how to read numbers in binary, you can check out the following link: https://medium.com/@LindaVivah/learn-how-to-read-binary-in-5-minutes-dac1feb991e\n\n"},{"iden":"input","content":"The first line will contain the first binary number and the second line will contain the second binary number."},{"iden":"output","content":"Print the sum of the two numbers in binary."},{"iden":"note","content":"If you need help understanding how to read numbers in binary, you can check out the following link: https://medium.com/@LindaVivah/learn-how-to-read-binary-in-5-minutes-dac1feb991e"}],"translated_statement":null,"sample_group":[],"show_order":[],"formal_statement":"**Definitions**  \nLet $ a, b \\in \\{0,1\\}^* $ be two binary strings representing non-negative integers in base 2.\n\n**Objective**  \nCompute the binary representation of the integer sum $ a + b $, where $ a $ and $ b $ are interpreted as base-2 numerals.\n\n**Output**  \nPrint the binary string representing $ \\text{bin}( \\text{int}(a, 2) + \\text{int}(b, 2) ) $.","simple_statement":"Add two binary numbers and print their sum in binary.","has_page_source":false}