API Response (JSON)
{
"problem": {
"name": "E. We Need More Bosses",
"description": {
"content": "Your friend is developing a computer game. He has already decided how the game world should look like — it should consist of $n$ locations connected by $m$ **two-way** passages. The passages are desig",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1000E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Your friend is developing a computer game. He has already decided how the game world should look like — it should consist of $n$ locations connected by $m$ **two-way** passages. The passages are desig...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你的朋友正在开发一款电脑游戏。他已经决定了游戏世界的结构——它由 $n$ 个地点通过 $m$ 条*双向*通道连接而成。这些通道的设计保证了从任意地点都能到达其他任意地点。\n\n当然,某些通道需要由怪物把守(如果你可以毫无困难地随意通行,那就不有趣了,对吧?)。一些关键通道将由极其可怕的怪物把守,要求英雄做好战斗准备并设计击败它们的战术(通常这类怪物被称为*首领*)。你的朋友希望你帮助他放置这些首领。...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G = (V, E) $ be an undirected, connected graph with $ |V| = n $, $ |E| = m $, and no multiple edges.\n\nA *bridge* is an edge whose removal increases the number of connected comp...",
"is_translate": false,
"language": "Formal"
}
]
}