API Response (JSON)
{
"problem": {
"name": "E. Nuclear Fusion",
"description": {
"content": "There is the following puzzle popular among nuclear physicists. A reactor contains a set of _n_ atoms of some chemical elements. We shall understand the phrase \"atomic number\" as the number of this a",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF71E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is the following puzzle popular among nuclear physicists.\n\nA reactor contains a set of _n_ atoms of some chemical elements. We shall understand the phrase \"atomic number\" as the number of this a...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "有一个在核物理学家间流行的谜题。\n\n反应堆中包含一组 #cf_span[n] 个某种化学元素的原子。我们把“原子序数”理解为该原子所属元素在元素周期表中的编号。\n\n你可以任取两个不同的原子,将它们融合成一个新的原子,其原子序数等于原两个原子序数之和。融合操作可以进行多次。\n\n目标是得到一组预先给定的 #cf_span[k] 个原子。\n\n该谜题的难点在于:只允许将两个原子融合成一个,不允许将一个原子...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z} $ with $ 1 \\leq k \\leq n \\leq 17 $. \nLet $ A = \\{a_1, a_2, \\dots, a_n\\} $ be the multiset of atomic numbers of the initial atoms. \nLet $ B = \\{b_1, b_2, \\...",
"is_translate": false,
"language": "Formal"
}
]
}