API Response (JSON)
{
"problem": {
"name": "「DROI」Round 2 进制与操作",
"description": {
"content": "定义数 $x$ 在 $B$ 进制下的一次操作为以下两种操作中的任意一种: - 令 $x \\rightarrow \\lfloor \\dfrac{x}{B} \\rfloor$。 - 令 $x \\rightarrow x \\times B + t $。其中 $t \\in [0,B-1]$。 现给定长度为 $n$ 的序列 $A$。$m$ 次询问,每次询问形如: - `l r B` 表示询问将序列 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 4000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9376"
},
"statements": [
{
"statement_type": "Markdown",
"content": "定义数 $x$ 在 $B$ 进制下的一次操作为以下两种操作中的任意一种:\n\n- 令 $x \\rightarrow \\lfloor \\dfrac{x}{B} \\rfloor$。\n\n- 令 $x \\rightarrow x \\times B + t $。其中 $t \\in [0,B-1]$。\n\n现给定长度为 $n$ 的序列 $A$。$m$ 次询问,每次询问形如:\n\n- `l r B` 表示询问将序列 ...",
"is_translate": false,
"language": "English"
}
]
}