API Response (JSON)
{
"problem": {
"name": "200. Rubber Bands",
"description": {
"content": "You have placed $n$ pins on a bulletin board, and a rubber band. You want to place the rubber band around a certain subset of the pins, such that there aren't any pins inside of the rubber band that a",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269200"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have placed $n$ pins on a bulletin board, and a rubber band. You want to place the rubber band around a certain subset of the pins, such that there aren't any pins inside of the rubber band that a...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ P = \\{p_1, p_2, \\dots, p_n\\} \\subset \\mathbb{R}^2 $ be a set of $ n \\leq 7 $ points in the plane, where each $ p_i = (x_i, y_i) $.\n\n**Objective** \nFind the maximum size $ k $ ...",
"is_translate": false,
"language": "Formal"
}
]
}