API Response (JSON)
{
"problem": {
"name": "「DROI」Round 1 失控",
"description": {
"content": "给定一个 $n \\times m$ 的矩阵 $G$ 和两个长度为 $m$ 的排列 $p,q$。 我们称元素 $G_{i,j}$ 是**失控的**,当且仅当 $\\vert G_{i,j} - G_{i-1,p_j} \\vert > C$ **且** $\\vert G_{i,j} - G_{i+1,q_j} \\vert > C$,其中 $C$ 是给定的常数。特殊地,我们规定无论如何第 $1$ 行和第",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 800,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8983"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个 $n \\times m$ 的矩阵 $G$ 和两个长度为 $m$ 的排列 $p,q$。\n\n我们称元素 $G_{i,j}$ 是**失控的**,当且仅当 $\\vert G_{i,j} - G_{i-1,p_j} \\vert > C$ **且** $\\vert G_{i,j} - G_{i+1,q_j} \\vert > C$,其中 $C$ 是给定的常数。特殊地,我们规定无论如何第 $1$ 行和第...",
"is_translate": false,
"language": "English"
}
]
}