API Response (JSON)
{
"problem": {
"name": "K-colinear Line",
"description": {
"content": "You are given $N$ points in the coordinate plane. For each $1\\leq i\\leq N$, the $i$\\-th point is at the coordinates $(X_i, Y_i)$. Find the number of lines in the plane that pass $K$ or more of the $N$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc248_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ points in the coordinate plane. For each $1\\leq i\\leq N$, the $i$\\-th point is at the coordinates $(X_i, Y_i)$.\nFind the number of lines in the plane that pass $K$ or more of the $N$...",
"is_translate": false,
"language": "English"
}
]
}