API Response (JSON)
{
"problem": {
"name": "F. Tourist Reform",
"description": {
"content": "Berland is a tourist country! At least, it can become such — the government of Berland is confident about this. There are _n_ cities in Berland, some pairs of which are connected by two-ways roads. E",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF732F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Berland is a tourist country! At least, it can become such — the government of Berland is confident about this.\n\nThere are _n_ cities in Berland, some pairs of which are connected by two-ways roads. E...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "贝兰是一个旅游国家!至少,它可以成为这样的国家——贝兰政府对此充满信心。\n\n贝兰有 #cf_span[n] 座城市,其中一些城市对通过双向道路相连。每条道路连接两个不同的城市。在贝兰,不存在连接相同城市对的多条道路。任意两座城市之间都可以通过给定的双向道路相互到达。\n\n根据改革,每条道路将变为单向道路,方向将被指定为两个可能方向之一。\n\n为了最大化贝兰的旅游吸引力,改革后将为每座城市 #cf_sp...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G = (V, E) $ be an undirected connected graph with $ |V| = n $, $ |E| = m $. \nLet $ \\vec{G} = (V, \\vec{E}) $ be an orientation of $ G $, where each edge $ \\{u, v\\} \\in E $ is ...",
"is_translate": false,
"language": "Formal"
}
]
}