API Response (JSON)
{
"problem": {
"name": "D. Array Division",
"description": {
"content": "Vasya has an array _a_ consisting of positive integer numbers. Vasya wants to divide this array into two non-empty consecutive parts (the prefix and the suffix) so that the sum of all elements in the ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF808D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Vasya has an array _a_ consisting of positive integer numbers. Vasya wants to divide this array into two non-empty consecutive parts (the prefix and the suffix) so that the sum of all elements in the ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Vasya 有一个由正整数组成的数组 #cf_span[a]。Vasya 希望将这个数组划分为两个非空的连续部分(前缀和后缀),使得第一部分所有元素的和等于第二部分元素的和。但这种情况并不总是可能的,因此 Vasya 会在划分数组之前移动某个元素(Vasya 会删除某个元素,并将其插入到任意位置)。\n\n*将元素插入到它被删除的相同位置也被视为移动。*\n\nVasya 能否在选择正确的元素并确定其新位...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the size of the array. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of positive integers. \n\n**Constraints** \n$ 1 \\leq n \\leq 100000 $, $ 1 \\leq ...",
"is_translate": false,
"language": "Formal"
}
]
}