API Response (JSON)
{
"problem": {
"name": "C3. Dawn of the planet of the Rastas",
"description": {
"content": "Due to the cruelties of Mike, Rastas attacked his country (to help its people of course) and they're moving forward to the capital. Rastas' army has 2n - 1 soldiers and the strength of soldier numbe",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 15000,
"memory_limit": 1048576
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CFC3"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Due to the cruelties of Mike, Rastas attacked his country (to help its people of course) and they're moving forward to the capital. \n\nRastas' army has 2n - 1 soldiers and the strength of soldier numbe...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "由于 Mike 的暴行,Rastas 攻击了他的国家(当然为了帮助他的人民),并正向首都推进。\n\nRastas 的军队有 #cf_span[2n - 1] 名士兵,编号为 #cf_span[i] 的士兵的战斗力等于数字 #cf_span[i] 的二进制表示中 1 的个数(士兵编号从 #cf_span[1] 到 #cf_span[2n - 1])。\n\n如果数字 #cf_span[a] 和 #cf_s...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ n $ be a positive integer. Define the set of soldiers indexed from $ 1 $ to $ 2^n - 1 $. For each soldier $ i $, define its strength as $ s(i) = \\text{popcount}(i) $, the number of 1-bits in the...",
"is_translate": false,
"language": "Formal"
}
]
}