API Response (JSON)
{
"problem": {
"name": "E. One-Way Reform",
"description": {
"content": "There are _n_ cities and _m_ two-way roads in Berland, each road connects two cities. It is known that there is no more than one road connecting each pair of cities, and there is no road which connect",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF723E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are _n_ cities and _m_ two-way roads in Berland, each road connects two cities. It is known that there is no more than one road connecting each pair of cities, and there is no road which connect...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "伯兰国有 #cf_span[n] 座城市和 #cf_span[m] 条双向道路,每条道路连接两座城市。已知任意两座城市之间至多有一条道路,且不存在连接城市与自身的道路。可能存在某些城市之间无法仅通过这些道路相互到达。\n\n道路部长决定对伯兰国进行改革,将所有道路变为单向,即每条道路都赋予一个方向。部长希望*最大化*满足“从该城市出发的道路数量等于进入该城市的道路数量”的城市数量。\n\n输入的第一行包含...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ t \\in \\mathbb{Z} $ be the number of test cases. \nLet $ T = \\{(n_k, E_k) \\mid k \\in \\{1, \\dots, t\\}\\} $ be the set of test cases, where for each $ k $: \n- $ n_k \\in \\mathbb{Z}...",
"is_translate": false,
"language": "Formal"
}
]
}