API Response (JSON)
{
"problem": {
"name": "F. Rect",
"description": {
"content": "Given points on a plane, output the area of a rectangle with its sides parallel with the coordinate axes that contains inside or on the sides at least points of the points given. The input file *d",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 4096
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10100F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given points on a plane, output the area of a rectangle with its sides parallel with the coordinate axes that contains inside or on the sides at least points of the points given.\n\nThe input file *d...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of points. \nLet $ P = \\{(x_i, y_i) \\mid i \\in \\{1, \\dots, n\\}\\} $ be a set of points in $ \\mathbb{R}^2 $.\n\n**Constraints** \nEach point sati...",
"is_translate": false,
"language": "Formal"
}
]
}