API Response (JSON)
{
"problem": {
"name": "D. Xor Sum",
"description": {
"content": "You're given an array a with n elements. Compute the xor sum of the elements that appear an odd number of times in the array a. The first line contains number n (1 ≤ n ≤ 3000000). The second line o",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 4096
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10074D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You're given an array a with n elements. \n\nCompute the xor sum of the elements that appear an odd number of times in the array a.\n\nThe first line contains number n (1 ≤ n ≤ 3000000). The second line o...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the length of the array. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of integers, where $ a_i \\in \\{0, 1, \\dots, 10^9\\} $.\n\nLet $ f(x) $ denote the...",
"is_translate": false,
"language": "Formal"
}
]
}