API Response (JSON)
{
"problem": {
"name": "[图论与代数结构 501] 网络流_1",
"description": {
"content": "给定 $n$ 个点, $m$ 条边,给定每条边的容量,求点 $s$ 到点 $t$ 的最大流。 **注意,图可能存在重边。**",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3606"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n$ 个点, $m$ 条边,给定每条边的容量,求点 $s$ 到点 $t$ 的最大流。\n\n**注意,图可能存在重边。**\n\n## Input\n\n第一行四个整数 $n$,$m$,$s$,$t$。\n\n接下来的 $m$ 行,每行三个整数 $u$,$v$,$c$,表示从 $u$ 到 $v$,容量为 $c$ 的一条边。\n\n## Output\n\n输出一行一个整数,表示从 $s$ 到 $t$ 的最大流。\n...",
"is_translate": false,
"language": "English"
}
]
}