API Response (JSON)
{
"problem": {
"name": "E3. Guard Duty (hard)",
"description": {
"content": "Now that Heidi knows that she can assign Rebel spaceships to bases (recall the easy subtask), she is asking you: how _exactly_ to do this? Now, given positions of _N_ spaceships and _N_ bases on a pla",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF958E3"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Now that Heidi knows that she can assign Rebel spaceships to bases (recall the easy subtask), she is asking you: how _exactly_ to do this? Now, given positions of _N_ spaceships and _N_ bases on a pla...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "现在 Heidi 已经知道她可以将叛军飞船分配到基地(回顾简单子任务),她想问你:究竟该如何精确地做到这一点?现在,给定平面上 #cf_span[N] 艘飞船和 #cf_span[N] 个基地的位置,你的任务是用线段将飞船与基地连接,使得:\n\n第一行包含一个整数 #cf_span[N] (#cf_span[1 ≤ n ≤ 10000])。对于 #cf_span[1 ≤ i ≤ N],第 #cf_s...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ 1 \\leq n \\leq 10000 $. \nLet $ S = \\{s_1, s_2, \\dots, s_n\\} \\subset \\mathbb{R}^2 $ be the set of spaceship positions, where $ s_i = (x_i, y_i) $. \nLet $ ...",
"is_translate": false,
"language": "Formal"
}
]
}