API Response (JSON)
{
"problem": {
"name": "K. All Pair Maximum Flow",
"description": {
"content": "You are given an undirected graph. You want to compute the maximum flow from each vertex to every other vertex. The graph is special. You can regard it as a convex polygon with $n$ points (vertices) ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 6000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10247K"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an undirected graph. You want to compute the maximum flow from each vertex to every other vertex.\n\nThe graph is special. You can regard it as a convex polygon with $n$ points (vertices) ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G = (V, E) $ be an undirected graph with: \n- $ V = \\{1, 2, \\dots, n\\} $, vertices labeled clockwise on a convex polygon. \n- $ E $: a set of $ m $ edges, each $ (u, v, w) \\in ...",
"is_translate": false,
"language": "Formal"
}
]
}