API Response (JSON)
{
"problem": {
"name": "「XSOI-R1」凑点",
"description": {
"content": "小 T 会给你一个长度为 $n$ 的整数数列,你手上有一个数 $x$,初始为 $0$,你可以执行以下操作,使得最终 $x$ 与 $c$ 的差小于 $10^{-4}$。 你可以对 $x$ 进行至多 $k$ 次操作: - `add i`,对计数器 $x$ 加上 $a_i$,然后 $a_i$ 不能再进行任何操作。 - `sub i`,对计数器 $x$ 减上 $a_i$,然后 $a_i$ 不能再进行",
"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": "LGP10402"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小 T 会给你一个长度为 $n$ 的整数数列,你手上有一个数 $x$,初始为 $0$,你可以执行以下操作,使得最终 $x$ 与 $c$ 的差小于 $10^{-4}$。\n\n你可以对 $x$ 进行至多 $k$ 次操作:\n\n- `add i`,对计数器 $x$ 加上 $a_i$,然后 $a_i$ 不能再进行任何操作。\n\n- `sub i`,对计数器 $x$ 减上 $a_i$,然后 $a_i$ 不能再进行...",
"is_translate": false,
"language": "English"
}
]
}