API Response (JSON)
{
"problem": {
"name": "I. Derivative of Array",
"description": {
"content": "Let us define the derivatives of array in the following way: You are given n numbers b0, ..., bn - 1, each equals either to zero or to one. You are to build an array of length n so that its k-th deri",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10018I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let us define the derivatives of array in the following way:\n\nYou are given n numbers b0, ..., bn - 1, each equals either to zero or to one. You are to build an array of length n so that its k-th deri...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ with $ 1 \\leq n \\leq 2000 $. \nLet $ \\mathbf{b} = (b_0, b_1, \\dots, b_{n-1}) \\in \\{0,1\\}^n $ be a binary sequence. \nLet $ \\mathbf{a} = (a_1, a_2, \\dots, a...",
"is_translate": false,
"language": "Formal"
}
]
}