API Response (JSON)
{
"problem": {
"name": "147. Triangulation Rocks the Nation Again",
"description": {
"content": "_This is a sigificantly harder version of a previous problem in the contest. We recommend you solve the earlier problem first._ You're given the coordinates of an $n$-sided polygon. The polygon is no",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269147"
},
"statements": [
{
"statement_type": "Markdown",
"content": "_This is a sigificantly harder version of a previous problem in the contest. We recommend you solve the earlier problem first._\n\nYou're given the coordinates of an $n$-sided polygon. The polygon is no...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ n \\geq 4 $, be the number of vertices of a convex polygon. \nLet $ P = ( (x_1, y_1), (x_2, y_2), \\dots, (x_n, y_n) ) $ be the ordered sequence of vertex c...",
"is_translate": false,
"language": "Formal"
}
]
}