API Response (JSON)
{
"problem": {
"name": "C. Qualification Rounds",
"description": {
"content": "Snark and Philip are preparing the problemset for the upcoming pre-qualification round for semi-quarter-finals. They have a bank of _n_ problems, and they want to select any non-empty subset of it as ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF868C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Snark and Philip are preparing the problemset for the upcoming pre-qualification round for semi-quarter-finals. They have a bank of _n_ problems, and they want to select any non-empty subset of it as ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Snark 和 Philip 正在为即将举行的半四分之一决赛预选赛准备题库。他们有一个包含 #cf_span[n] 道题的题库,并希望从中选出任意非空子集作为题库。\n\n#cf_span[k] 支有经验的队伍将参加比赛。其中一些队伍已经知道部分题目。为了使比赛对这些队伍具有挑战性,每支队伍知道的选中题目数量不得超过选中题目总数的一半。\n\n请判断 Snark 和 Philip 是否能组成一个有趣的题库...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z}^+ $ with $ 1 \\leq n \\leq 10^5 $, $ 1 \\leq k \\leq 4 $. \nLet $ P = \\{p_1, p_2, \\dots, p_n\\} $ be the set of problems. \nFor each problem $ p_i $, define a bi...",
"is_translate": false,
"language": "Formal"
}
]
}