API Response (JSON)
{
"problem": {
"name": "B. Minimal Area",
"description": {
"content": "You are given a strictly convex polygon. Find the minimal possible area of non-degenerate triangle whose vertices are the vertices of the polygon. The first line contains a single integer n (3 ≤ n ≤ ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10175B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a strictly convex polygon. Find the minimal possible area of non-degenerate triangle whose vertices are the vertices of the polygon.\n\nThe first line contains a single integer n (3 ≤ n ≤ ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 3 \\leq n \\leq 200000 $ be the number of vertices. \nLet $ P = (v_0, v_1, \\dots, v_{n-1}) $ be the sequence of vertices of a strictly convex polygon in...",
"is_translate": false,
"language": "Formal"
}
]
}