API Response (JSON)
{
"problem": {
"name": "E. Lines Game",
"description": {
"content": "Consider the following game about removing N straight line segments on the plane. The segments are numbered from 1 to N. The i-th segment connects points (0, i) and (1, pi), where the numbers p1, p2, ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10123E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider the following game about removing N straight line segments on the plane. The segments are numbered from 1 to N. The i-th segment connects points (0, i) and (1, pi), where the numbers p1, p2, ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z}^+ $. \nLet $ \\mathbf{p} = (p_1, p_2, \\dots, p_N) $ be a permutation of $ \\{1, 2, \\dots, N\\} $. \nLet $ \\mathbf{v} = (v_1, v_2, \\dots, v_N) \\in \\mathbb{R}^N_{>0...",
"is_translate": false,
"language": "Formal"
}
]
}