API Response (JSON)
{
"problem": {
"name": "F. Best Edge Weight",
"description": {
"content": "You are given a connected weighted graph with _n_ vertices and _m_ edges. The graph doesn't contain loops nor multiple edges. Consider some edge with id _i_. Let's determine for this edge the maximum ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF828F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a connected weighted graph with _n_ vertices and _m_ edges. The graph doesn't contain loops nor multiple edges. Consider some edge with id _i_. Let's determine for this edge the maximum ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "[{\"iden\":\"statement\",\"content\":\"给定一个包含 #cf_span[n] 个顶点和 #cf_span[m] 条边的连通带权图。图中不含自环或重边。考虑一条编号为 #cf_span[i] 的边,我们需要确定:在不改变其他边权重的前提下,这条边能被赋予的最大整数权重是多少,使得它仍被包含在图的所有最小生成树中。\\n\\n你需要为每条边计算上述的最大权重。对于每条边的计算应独立...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G = (V, E) $ be a connected, undirected, weighted graph with $ |V| = n $, $ |E| = m $, and edge weights $ w: E \\to \\mathbb{Z}^+ $. \nLet $ e_i \\in E $ denote the $ i $-th edge ...",
"is_translate": false,
"language": "Formal"
}
]
}