API Response (JSON)
{
"problem": {
"name": "E. Envy",
"description": {
"content": "For a connected undirected weighted graph _G_, MST (minimum spanning tree) is a subgraph of _G_ that contains all of _G_'s vertices, is a tree, and sum of its edges is minimum possible. You are given",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF892E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a connected undirected weighted graph _G_, MST (minimum spanning tree) is a subgraph of _G_ that contains all of _G_'s vertices, is a tree, and sum of its edges is minimum possible.\n\nYou are given...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "对于一个连通的无向加权图 #cf_span[G],最小生成树(MST)是 #cf_span[G] 的一个子图,它包含 #cf_span[G] 的所有顶点,是一棵树,且其边权和最小。\n\n你被给定一个图 #cf_span[G]。若对这个图运行 MST 算法,它只会给出一个 MST,并导致其他边变得“嫉妒”。你将收到若干查询,每个查询包含图 #cf_span[G] 中的一组边,你需要判断是否存在一个 M...",
"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 $ \\mathcal{M} $ denote the set of all min...",
"is_translate": false,
"language": "Formal"
}
]
}