API Response (JSON)
{
"problem": {
"name": "[JRKSJ R6] Nothing",
"description": {
"content": "我们定义 $f(x)$ 表示 $x$ 在 $2$ 进制下最低的 $1$ 的位置(你需要注意,二进制下的最低位是第 $0 $ 位)。以下是其在 `C++` 语言中的代码(未考虑数据类型造成的问题): ```c++ int f(int x){ \tint ans = 0; \twhile (x % 2 == 0){ \t\tx /= 2; \t\tans += 1; \t} \treturn ans; } ``` ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8567"
},
"statements": [
{
"statement_type": "Markdown",
"content": "我们定义 $f(x)$ 表示 $x$ 在 $2$ 进制下最低的 $1$ 的位置(你需要注意,二进制下的最低位是第 $0 $ 位)。以下是其在 `C++` 语言中的代码(未考虑数据类型造成的问题):\n\n```c++\nint f(int x){\n\tint ans = 0;\n\twhile (x % 2 == 0){\n\t\tx /= 2;\n\t\tans += 1;\n\t}\n\treturn ans;\n}\n```\n...",
"is_translate": false,
"language": "English"
}
]
}