API Response (JSON)
{
"problem": {
"name": "F. Roads in the Kingdom",
"description": {
"content": "In the Kingdom K., there are _n_ towns numbered with integers from 1 to _n_. The towns are connected by _n_ bi-directional roads numbered with integers from 1 to _n_. The _i_\\-th road connects the tow",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF835F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In the Kingdom K., there are _n_ towns numbered with integers from 1 to _n_. The towns are connected by _n_ bi-directional roads numbered with integers from 1 to _n_. The _i_\\-th road connects the tow...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在王国 K. 中,有 #cf_span[n] 个城镇,编号为从 #cf_span[1] 到 #cf_span[n]。这些城镇通过 #cf_span[n] 条双向道路连接,道路编号为从 #cf_span[1] 到 #cf_span[n]。第 #cf_span[i] 条道路连接城镇 #cf_span[ui] 和 #cf_span[vi],其长度为 #cf_span[li]。任意两个城镇之间至多有一条道...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ 3 \\leq n \\leq 2 \\cdot 10^5 $, be the number of towns and roads. \nLet $ G = (V, E) $ be an undirected weighted graph where: \n- $ V = \\{1, 2, \\dots, n\\} $...",
"is_translate": false,
"language": "Formal"
}
]
}