API Response (JSON)
{
"problem": {
"name": "E1. Guard Duty (easy)",
"description": {
"content": "The Rebel fleet is afraid that the Empire might want to strike back again. Princess Heidi needs to know if it is possible to assign _R_ Rebel spaceships to guard _B_ bases so that every base has exact",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF958E1"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The Rebel fleet is afraid that the Empire might want to strike back again. Princess Heidi needs to know if it is possible to assign _R_ Rebel spaceships to guard _B_ bases so that every base has exact...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "叛军舰队担心帝国可能会再次发动反击。海迪公主需要知道,是否可以将 #cf_span[R] 艘叛军飞船分配给 #cf_span[B] 个基地,使得每个基地恰好有一艘护卫飞船,且每艘飞船恰好被分配到一个基地(即,分配构成一个完美匹配)。由于她知道自己的飞行员多么鲁莽,她希望确保任意两条(直线)路径——从基地到其分配的飞船——在星系平面(即二维平面)上都不相交,从而避免碰撞风险。\n\n第一行包含两个用空格...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ R, B \\in \\mathbb{Z} $ with $ 1 \\leq R, B \\leq 10 $ denote the number of Rebel spaceships and bases, respectively. \nLet $ S = \\{s_1, s_2, \\dots, s_R\\} \\subset \\mathbb{R}^2 $ be...",
"is_translate": false,
"language": "Formal"
}
]
}