API Response (JSON)
{
"problem": {
"name": "F. xor-sum",
"description": {
"content": "You are given four integers $n$, $m$, $s$, $x$. You should construct an array of size $n$, such that: 1)All elements are integers between 0 and $m$. 2)The sum of the array should be $s$. 3)The xo",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10241F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given four integers $n$, $m$, $s$, $x$.\n\nYou should construct an array of size $n$, such that: \n\n1)All elements are integers between 0 and $m$.\n\n2)The sum of the array should be $s$.\n\n3)The xo...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ t \\in \\mathbb{Z}^+ $ be the number of test cases. \nFor each test case $ k \\in \\{1, \\dots, t\\} $, given: \n- $ n_k \\in \\mathbb{Z}^+ $: length of array \n- $ m_k \\in \\mathbb{Z}_...",
"is_translate": false,
"language": "Formal"
}
]
}