API Response (JSON)
{
"problem": {
"name": "B. Binary Number",
"description": {
"content": "Little walrus Fangy loves math very much. That's why when he is bored he plays with a number performing some operations. Fangy takes some positive integer _x_ and wants to get a number one from it. W",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF92B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Little walrus Fangy loves math very much. That's why when he is bored he plays with a number performing some operations.\n\nFangy takes some positive integer _x_ and wants to get a number one from it. W...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "小海象 Fangy 非常热爱数学。因此,当他无聊时,他会通过一些运算来玩数字。\n\nFangy 取一个正整数 #cf_span[x],并希望将其变为数字 1。当 #cf_span[x] 不等于 #cf_span[1] 时,Fangy 重复以下操作:如果 #cf_span[x] 是奇数,则将其加 #cf_span[1];否则,将 #cf_span[x] 除以 #cf_span[2]。Fangy 知道,...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ x $ be a positive integer given in binary representation.\n\nDefine the function $ f: \\mathbb{Z}^+ \\to \\mathbb{Z}^+ $ as:\n$$\nf(n) =\n\\begin{cases}\nn + 1 & \\text{if } n \\text{ is odd}, \\\\\nn / 2 & \\t...",
"is_translate": false,
"language": "Formal"
}
]
}