API Response (JSON)
{
"problem": {
"name": "046. Binary Math",
"description": {
"content": "Given two strings that represent binary numbers, return the sum of the 2 numbers in binary. The first line will contain the first binary number and the second line will contain the second binary numb",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269046"
},
"statements": [
{
"statement_type": "Markdown",
"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 numb...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**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 ...",
"is_translate": false,
"language": "Formal"
}
]
}