API Response (JSON)
{
"problem": {
"name": "[信息与未来 2015] 加数",
"description": {
"content": "给出一个正整数 $n$,在 $n$ 的右边加入 $\\left\\lfloor\\dfrac n2\\right\\rfloor$,然后在新数的右边 再加入 $\\left\\lfloor\\dfrac{\\left\\lfloor\\dfrac n2\\right\\rfloor}2\\right\\rfloor$,一直这样进行下去,直到加入的数为 $0$ 为止(注意,$0$ 不应当被加入)。 求加数结束后新数的长度。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3884"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出一个正整数 $n$,在 $n$ 的右边加入 $\\left\\lfloor\\dfrac n2\\right\\rfloor$,然后在新数的右边\n再加入 $\\left\\lfloor\\dfrac{\\left\\lfloor\\dfrac n2\\right\\rfloor}2\\right\\rfloor$,一直这样进行下去,直到加入的数为 $0$ 为止(注意,$0$ 不应当被加入)。\n\n求加数结束后新数的长度。\n\n...",
"is_translate": false,
"language": "English"
}
]
}