API Response (JSON)
{
"problem": {
"name": "E. Mister B and Flight to the Moon",
"description": {
"content": "In order to fly to the Moon Mister B just needs to solve the following problem. There is a complete indirected graph with _n_ vertices. You need to cover it with several simple cycles of length 3 and",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF819E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In order to fly to the Moon Mister B just needs to solve the following problem.\n\nThere is a complete indirected graph with _n_ vertices. You need to cover it with several simple cycles of length 3 and...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "为了飞往月球,Mister B 只需解决以下问题。\n\n有一个包含 #cf_span[n] 个顶点的完全无向图。你需要用若干个长度为 #cf_span[3] 和 #cf_span[4] 的简单环覆盖它,使得每条边恰好出现在 #cf_span[2] 个环中。\n\n我们相信 Mister B 很快就能解决这个问题并飞往月球。你呢?\n\n输入仅包含一个整数 #cf_span[n](#cf_span[3 ≤ n...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 3 \\leq n \\leq 300 $. \nLet $ K_n = (V, E) $ be the complete undirected graph with vertex set $ V = \\{1, 2, \\dots, n\\} $ and edge set $ E = \\binom{V}{2...",
"is_translate": false,
"language": "Formal"
}
]
}