API Response (JSON)
{
"problem": {
"name": "[语言月赛 202406] 数组交换",
"description": {
"content": "小 B 有一个 $n$ 行 $m$ 列的数组 $a$,现在它要操作 $q$ 次,每次的内容如下: - $\\textbf{1 x y}$,交换第 $x$ 行和第 $y$ 行,若 $x = y$ 则表示不交换。 - $\\textbf{2 x y}$,交换第 $x$ 列和第 $y$ 列,若 $x = y$ 则表示不交换。 - $\\textbf{3 x y}$,查询当前 $a_{x, y}$ 的值。 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3991"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小 B 有一个 $n$ 行 $m$ 列的数组 $a$,现在它要操作 $q$ 次,每次的内容如下:\n\n- $\\textbf{1 x y}$,交换第 $x$ 行和第 $y$ 行,若 $x = y$ 则表示不交换。\n- $\\textbf{2 x y}$,交换第 $x$ 列和第 $y$ 列,若 $x = y$ 则表示不交换。\n- $\\textbf{3 x y}$,查询当前 $a_{x, y}$ 的值。\n\n...",
"is_translate": false,
"language": "English"
}
]
}