API Response (JSON)
{
"problem": {
"name": "F. Road Projects",
"description": {
"content": "There are $n$ cities in the country of Berland. Some of them are connected by bidirectional roads in such a way that there exists _exactly one_ path, which visits each road no more than once, between ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1016F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $n$ cities in the country of Berland. Some of them are connected by bidirectional roads in such a way that there exists _exactly one_ path, which visits each road no more than once, between ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在伯兰国中有 $n$ 座城市。其中一些城市通过双向道路相连,使得任意两座城市之间恰好存在一条路径,该路径每条道路至多经过一次。每条道路都有其自身的长度。城市编号从 $1$ 到 $n$。\n\n城市 $v$ 和 $u$ 之间的旅行时间是 $v$ 到 $u$ 的最短路径上所有道路长度的总和。\n\n伯兰国最重要的两座城市是城市 $1$ 和城市 $n$。\n\n伯兰交通部决定修建一条新道路,以减少这两座最重要城市之...",
"is_translate": true,
"language": "Chinese"
}
]
}