API Response (JSON)
{
"problem": {
"name": "[JRKSJ R5] Jalapeno and Garlic",
"description": {
"content": "一个 $n$ 个点的环,点有点权 $a$,编号依次从 $1\\sim n$。点 $1$ 与点 $n$ 相邻。 你希望只存在一个 $x\\in[1,n]$ 满足 $a_x\\ne 0$。为此,你需要按下面流程进行操作: 1. 选定一个 $x$,表示最终使得 $a_x\\ne 0$。**此后不能更改 $x$ 的选择。** 2. 进行若干次修改操作,每次操作你可以选定一个 $y\\in[1,n]$,将 $a_",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 500,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8850"
},
"statements": [
{
"statement_type": "Markdown",
"content": "一个 $n$ 个点的环,点有点权 $a$,编号依次从 $1\\sim n$。点 $1$ 与点 $n$ 相邻。\n\n你希望只存在一个 $x\\in[1,n]$ 满足 $a_x\\ne 0$。为此,你需要按下面流程进行操作:\n\n1. 选定一个 $x$,表示最终使得 $a_x\\ne 0$。**此后不能更改 $x$ 的选择。**\n2. 进行若干次修改操作,每次操作你可以选定一个 $y\\in[1,n]$,将 $a_...",
"is_translate": false,
"language": "English"
}
]
}