API Response (JSON)
{
"problem": {
"name": "D. FreeDiv",
"description": {
"content": "Vasya plays FreeDiv. In this game he manages a huge state, which has _n_ cities and _m_ two-way roads between them. Unfortunately, not from every city you can reach any other one moving along these ro",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF73D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Vasya plays FreeDiv. In this game he manages a huge state, which has _n_ cities and _m_ two-way roads between them. Unfortunately, not from every city you can reach any other one moving along these ro...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Vasya 玩 FreeDiv 游戏。在游戏中,他管理一个拥有 #cf_span[n] 座城市和 #cf_span[m] 条双向道路的庞大国家。不幸的是,并非每座城市都能通过这些道路到达其他任何城市。因此,Vasya 决定将国家划分为若干省份,使得每个省份内,任意两座城市均可通过道路互相到达,且省份之间不存在任何道路。\n\n与其它回合制策略游戏不同,在 FreeDiv 中,玩家可以在城市之间修建隧道...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m, k \\in \\mathbb{Z} $ with $ 1 \\leq n, k \\leq 10^6 $, $ 0 \\leq m \\leq 10^6 $. \nLet $ G = (V, E) $ be an undirected graph with $ |V| = n $ vertices and $ |E| = m $ edges. \n...",
"is_translate": false,
"language": "Formal"
}
]
}