API Response (JSON)
{
"problem": {
"name": "B1. Xor Pairs (Easy Version)",
"description": {
"content": "You are given an array of $n$ integers (a1, a2, a3, ....... an) You have to find the number of pairs such that a[i] xor a[j] = a[i] First line has a single integer $t$, number of tests [1 <= $t$ <= ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CFB1"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an array of $n$ integers (a1, a2, a3, ....... an)\n\nYou have to find the number of pairs such that a[i] xor a[j] = a[i]\n\nFirst line has a single integer $t$, number of tests [1 <= $t$ <= ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给你一个正整数序列。一个正整数序列被称为 #cf_span[Rasta - made],当且仅当其中任意两个相邻元素互质。\n\n对一个序列执行一次 #cf_span[Rasta - making] 操作,是指选择一对不互质的相邻元素,并将它们同时除以它们的一个公共质因数。例如,我们可以通过对序列执行一次操作将其变为 。\n\n一个序列的 #cf_span[Phoulady] 数是指将其变为 #cf_sp...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of students and marks. \nLet $ X = (x_1, x_2, \\dots, x_n) $ be the sequence of mark distances, with $ 1 \\leq x_1 < x_2 < \\dots < x_n \\leq 123...",
"is_translate": false,
"language": "Formal"
}
]
}