API Response (JSON)
{
"problem": {
"name": "D. Plus and xor",
"description": {
"content": "Bitwise exclusive OR (or bitwise addition modulo two) is a binary operation which is equivalent to applying logical exclusive OR to every pair of bits located on the same positions in binary notation ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF76D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Bitwise exclusive OR (or bitwise addition modulo two) is a binary operation which is equivalent to applying logical exclusive OR to every pair of bits located on the same positions in binary notation ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "按位异或(或按位模二加法)是一种二元运算,它等价于对操作数二进制表示中相同位置的每一位应用逻辑异或。换句话说,结果的二进制位等于 1,当且仅当操作数中对应位置的位不同。\n\n例如,若 #cf_span[X = 10910 = 11011012], #cf_span[Y = 4110 = 1010012],则:\n\n编写一个程序,输入两个非负整数 #cf_span[A] 和 #cf_span[B],找出...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ A, B \\in \\mathbb{Z}_{\\geq 0} $ with $ 0 \\leq A, B \\leq 2^{64} - 1 $. \nWe seek $ X, Y \\in \\mathbb{Z}_{\\geq 0} $ such that: \n$$\nX + Y = A \\quad \\text{and} \\quad X \\oplus Y = B\n...",
"is_translate": false,
"language": "Formal"
}
]
}