API Response (JSON)
{
"problem": {
"name": "B. Generate Bell state",
"description": {
"content": "You are given two qubits in state and an integer _index_. Your task is to create one of the [Bell states](https://en.wikipedia.org/wiki/Bell_state) on them according to the _index_:",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1001B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two qubits in state and an integer _index_. Your task is to create one of the [Bell states](https://en.wikipedia.org/wiki/Bell_state) on them according to the _index_:\n\n## Input\n\nYou hav...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定两个处于状态 的量子比特和一个整数 #cf_span[index]。你的任务是根据 #cf_span[index] 在它们之上构造一个贝尔态:\n\n你需要实现一个操作,该操作以包含 2 个量子比特的数组和一个整数作为输入,且无输出。你的解决方案的“输出”是其作用后输入量子比特所处的状态。\n\n你的代码应具有以下签名:\n\n## Input\n\n你需要实现一个操作,该操作以包含 2 个量子比特的数组和...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ \\mathcal{H} = \\mathbb{C}^2 \\otimes \\mathbb{C}^2 $ be the Hilbert space of two qubits. \nLet $ \\{ |0\\rangle, |1\\rangle \\} $ be the computational basis for a single qubit. \nLet ...",
"is_translate": false,
"language": "Formal"
}
]
}