API Response (JSON)
{
"problem": {
"name": "D. Pair Of Lines",
"description": {
"content": "You are given _n_ points on Cartesian plane. Every point is a lattice point (i. e. both of its coordinates are integers), and all points are distinct. You may draw two straight lines (not necessarily",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF961D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given _n_ points on Cartesian plane. Every point is a lattice point (i. e. both of its coordinates are integers), and all points are distinct.\n\nYou may draw two straight lines (not necessarily...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定平面上的 #cf_span[n] 个点。每个点都是格点(即其两个坐标均为整数),且所有点互不相同。\n\n你可以画两条直线(不一定不同)。是否可能做到每一点都至少位于其中一条直线上?\n\n第一行包含一个整数 #cf_span[n] #cf_span[(1 ≤ n ≤ 105)] —— 你被给定的点的数量。\n\n接下来 #cf_span[n] 行,每行包含两个整数 #cf_span[xi] 和 #cf_...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 10^5 $. \nLet $ P = \\{ (x_i, y_i) \\in \\mathbb{Z}^2 \\mid i = 1, \\dots, n \\} $ be a set of $ n $ distinct lattice points.\n\n**Objective** ...",
"is_translate": false,
"language": "Formal"
}
]
}