API Response (JSON)
{
"problem": {
"name": "[RC-06] Operation Sequence",
"description": {
"content": "给出 $n$,以及一个长度为 $n+1$ 的数组 $[a_1,a_2,\\dots,a_{n+1}]$,初始时 $a_i=i\\ (1\\le i\\le n)$,$a_{n+1}=0$。 你只能进行以下一种操作,通过输出特定字符串完成操作: - 输出 `i j` :其中 $i,j$ 为正整数,要求 $1\\le i,j\\le n+1$,表示把 $a_i$ 赋值为 $a_j$。 请把 $a$ 数组**",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8910"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出 $n$,以及一个长度为 $n+1$ 的数组 $[a_1,a_2,\\dots,a_{n+1}]$,初始时 $a_i=i\\ (1\\le i\\le n)$,$a_{n+1}=0$。\n\n你只能进行以下一种操作,通过输出特定字符串完成操作:\n\n- 输出 `i j` :其中 $i,j$ 为正整数,要求 $1\\le i,j\\le n+1$,表示把 $a_i$ 赋值为 $a_j$。\n\n请把 $a$ 数组**...",
"is_translate": false,
"language": "English"
}
]
}