API Response (JSON)
{
"problem": {
"name": "H. Split Game",
"description": {
"content": "Consider the following game about splitting a simple polygon with N vertices on a plane. The purpose of this game is using a straight line which passes through the origin to split the given simple pol",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10123H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider the following game about splitting a simple polygon with N vertices on a plane. The purpose of this game is using a straight line which passes through the origin to split the given simple pol...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z} $, $ N \\geq 3 $, be the number of vertices of a simple polygon. \nLet $ P = (v_1, v_2, \\dots, v_N) $, where $ v_i = (x_i, y_i) \\in \\mathbb{R}^2 $, be the seque...",
"is_translate": false,
"language": "Formal"
}
]
}