API Response (JSON)
{
"problem": {
"name": "188. Quaternary Addition",
"description": {
"content": "You have two numbers, and you decide to apply a special addition technique on them: you convert both numbers to quaternary (base 4), and add each digit pair separately. If this results in a number gre",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269188"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have two numbers, and you decide to apply a special addition technique on them: you convert both numbers to quaternary (base 4), and add each digit pair separately. If this results in a number gre...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b \\in \\mathbb{Z}^+ $ be the two input integers. \nLet $ A = (a_{m-1}, \\dots, a_0)_4 $ and $ B = (b_{m-1}, \\dots, b_0)_4 $ be the quaternary representations of $ a $ and $ b ...",
"is_translate": false,
"language": "Formal"
}
]
}