API Response (JSON)
{
"problem": {
"name": "B. Superset",
"description": {
"content": "A set of points on a plane is called good, if for any two points at least one of the three conditions is true: * those two points lie on same horizontal line; * those two points lie on same verti",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF97B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A set of points on a plane is called good, if for any two points at least one of the three conditions is true:\n\n* those two points lie on same horizontal line;\n* those two points lie on same verti...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "平面上的一组点被称为 #cf_span(class=[tex-font-style-underline], body=[good]),当且仅当对于任意两点,以下三个条件中至少有一个成立:\n\n给定平面上由 #cf_span[n] 个点组成的集合。请找出一个包含该集合的 good 超集,其大小不超过 #cf_span[2·105] 个点。\n\n第一行包含一个整数 #cf_span[n] (#cf_spa...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ P = \\{p_1, p_2, \\dots, p_n\\} \\subset \\mathbb{Z}^2 $ be a set of $ n $ distinct points in the plane. \nA set $ S \\subset \\mathbb{Z}^2 $ is called *good* if for any two distinct ...",
"is_translate": false,
"language": "Formal"
}
]
}