API Response (JSON)
{
"problem": {
"name": "K. Expected Value",
"description": {
"content": "Here is a game played with sequence $a_1, \\\\dots, a_n$. On each turn, the player chooses some position $i < n$ uniformly at random, replaces the element $a_i$ with $a_i -a_{i + 1}$, and then removes t",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 16384
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10212K"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Here is a game played with sequence $a_1, \\\\dots, a_n$. On each turn, the player chooses some position $i < n$ uniformly at random, replaces the element $a_i$ with $a_i -a_{i + 1}$, and then removes t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 2 \\leq n \\leq 4000 $. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of integers with $ 1 \\leq a_i \\leq 4000 $. \n\n**Process** \nAt each step, cho...",
"is_translate": false,
"language": "Formal"
}
]
}