API Response (JSON)
{
"problem": {
"name": "[POI 2004] Bra",
"description": {
"content": "让我们考虑一个包含 $n$ 个门的电路。 门从 $0$ 到 $n-1$ 编号,每个门都包含若干个输入和一个输出。 每一个输入和输出都只可能是 $0,1,\\dfrac{1}{2}$ 三种状态,每个输入都连接着某个门的输出,输入的状态就等于它连接的输出的状态值,而每个输出可能连接着任意多个输入。 $0$ 和 $1$ 是很特殊的两个门。门 $0$ 的输出永远为 $0$,门 $1$ 的输出永远为 $",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8383"
},
"statements": [
{
"statement_type": "Markdown",
"content": "让我们考虑一个包含 $n$ 个门的电路。\n\n门从 $0$ 到 $n-1$ 编号,每个门都包含若干个输入和一个输出。\n\n每一个输入和输出都只可能是 $0,1,\\dfrac{1}{2}$ 三种状态,每个输入都连接着某个门的输出,输入的状态就等于它连接的输出的状态值,而每个输出可能连接着任意多个输入。\n\n$0$ 和 $1$ 是很特殊的两个门。门 $0$ 的输出永远为 $0$,门 $1$ 的输出永远为 $...",
"is_translate": false,
"language": "English"
}
]
}