API Response (JSON)
{
"problem": {
"name": "E. Connected Components?",
"description": {
"content": "You are given an undirected graph consisting of _n_ vertices and edges. Instead of giving you the edges that exist in the graph, we give you _m_ unordered pairs (_x_, _y_) such that there is no edge b",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF920E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an undirected graph consisting of _n_ vertices and edges. Instead of giving you the edges that exist in the graph, we give you _m_ unordered pairs (_x_, _y_) such that there is no edge b...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个包含 #cf_span[n] 个顶点和若干条边的无向图。我们不直接给出图中存在的边,而是给出 #cf_span[m] 个无序对 (#cf_span[x, y]),表示 #cf_span[x] 和 #cf_span[y] 之间没有边;如果某对顶点未在输入中列出,则这两顶点之间存在一条边。\n\n你需要求出图中连通分量的数量以及每个连通分量的大小。连通分量是一个顶点集合 #cf_span[X],满...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ with $ 1 \\leq n \\leq 200000 $, $ m \\geq 0 $. \nLet $ G = (V, E) $ be an undirected graph where $ V = \\{1, 2, \\dots, n\\} $, and $ E = \\binom{V}{2} \\setmi...",
"is_translate": false,
"language": "Formal"
}
]
}