API Response (JSON)
{
"problem": {
"name": "A. Olympiad",
"description": {
"content": "The recent All-Berland Olympiad in Informatics featured _n_ participants with each scoring a certain amount of points. As the head of the programming committee, you are to determine the set of partic",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF937A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The recent All-Berland Olympiad in Informatics featured _n_ participants with each scoring a certain amount of points.\n\nAs the head of the programming committee, you are to determine the set of partic...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "最近的全俄罗斯信息学奥林匹克竞赛有 #cf_span[n] 名参赛者,每人获得一定的分数。\n\n作为编程委员会主席,你需要根据以下标准确定授予奖状的参赛者集合:\n\n计算选择获得奖状的参赛者子集的方式数。\n\n第一行包含一个整数 #cf_span[n] (#cf_span[1 ≤ n ≤ 100]) —— 参赛者人数。\n\n第二行包含一个包含 #cf_span[n] 个整数的序列 #cf_span[a1,...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of participants. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of non-negative integers representing participants' scores, with $ \\max(A) ...",
"is_translate": false,
"language": "Formal"
}
]
}