API Response (JSON)
{
"problem": {
"name": "『PG2』模拟最大流",
"description": {
"content": " 给定 $n$ 个点,$m$ 条有向边,给定每条边的容量,保证每条边 $(u,v,w)$ 满足 $v-u\\in[0,k]$,求从点 $1$ 到点 $n$ 的最大流。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 500,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9902"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n$ 个点,$m$ 条有向边,给定每条边的容量,保证每条边 $(u,v,w)$ 满足 $v-u\\in[0,k]$,求从点 $1$ 到点 $n$ 的最大流。\n\n## Input\n\n第一行包含三个正整数 $n$、$m$、$k$,用空格分隔。\n\n接下来$m$行每行包含三个正整数 $u_i$、$v_i$、$w_i$,用空格分隔,表示第 $i$ 条有向边从 $u_i$ 出发,到达 $v_i$,容量为...",
"is_translate": false,
"language": "English"
}
]
}