API Response (JSON)
{
"problem": {
"name": "B. Xor Sums",
"description": {
"content": "Diego knows that the sum of all integers between $1$ and $N$ is $frac(N (N + 1), 2)$. However, he is wondering how to compute the exclusive or of all integers between $1$ and $N$. Exclusive or is als",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10240B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Diego knows that the sum of all integers between $1$ and $N$ is $frac(N (N + 1), 2)$. However, he is wondering how to compute the exclusive or of all integers between $1$ and $N$.\n\nExclusive or is als...",
"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\\} $, let $ N_k \\in \\mathbb{Z} $ be a positive integer.\n\n**Constraints** \n1. $ 1 \\le ...",
"is_translate": false,
"language": "Formal"
}
]
}