API Response (JSON)
{
"problem": {
"name": "153. Parity Checker",
"description": {
"content": "Though digital communications are highly accurate, errors can occur from time to time. To deal with such communications errors, methods to detect and fix errors have been invented. One very common and",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269153"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Though digital communications are highly accurate, errors can occur from time to time. To deal with such communications errors, methods to detect and fix errors have been invented. One very common and...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ b \\in \\{0,1\\}^9 $ be a binary string of length 9, where $ b = b_1 b_2 \\dots b_9 $, with $ b_1 $ the parity bit and $ b_2, \\dots, b_9 $ the 8-bit message.\n\n**Constraints** \n- I...",
"is_translate": false,
"language": "Formal"
}
]
}