API Response (JSON)
{
"problem": {
"name": "B. Mahmoud and Ehab and the bipartiteness",
"description": {
"content": "Mahmoud and Ehab continue their adventures! As everybody in the evil land knows, Dr. Evil likes bipartite graphs, especially trees. A tree is a connected acyclic graph. A bipartite graph is a graph, ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF862B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mahmoud and Ehab continue their adventures! As everybody in the evil land knows, Dr. Evil likes bipartite graphs, especially trees.\n\nA tree is a connected acyclic graph. A bipartite graph is a graph, ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Mahmoud 和 Ehab 继续他们的冒险!正如邪恶大陆中的每个人都知道的那样,Dr. Evil 喜欢二分图,尤其是树。\n\n树是一种连通的无环图。二分图是一种图,其顶点可以被划分为 #cf_span[2] 个集合,使得对于图中的每条边 #cf_span[(u, v)],#cf_span[u] 和 #cf_span[v] 分别属于不同的集合。你可以在下面的注释部分找到树和二分图的更正式定义。\n\nD...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G = (V, E) $ be a tree with $ n = |V| $ vertices and $ n - 1 $ edges. \nSince $ G $ is a tree, it is bipartite. Let $ (L, R) $ be a bipartition of $ V $ such that every edge in...",
"is_translate": false,
"language": "Formal"
}
]
}