API Response (JSON)
{
"problem": {
"name": "A. Diplomas and Certificates",
"description": {
"content": "There are _n_ students who have taken part in an olympiad. Now it's time to award the students. Some of them will receive diplomas, some wiil get certificates, and others won't receive anything. Stud",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF818A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are _n_ students who have taken part in an olympiad. Now it's time to award the students.\n\nSome of them will receive diplomas, some wiil get certificates, and others won't receive anything. Stud...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "有 #cf_span[n] 名学生参加了竞赛。现在是时候为学生颁奖了。\n\n其中一些学生将获得文凭,一些将获得证书,其他人则什么也得不到。获得文凭和证书的学生被称为 _优胜者_。但计算文凭和证书数量有一些规则:证书的数量必须 *恰好* 是文凭数量的 #cf_span[k] 倍。_优胜者_ 的数量必须 *不超过* 所有学生数量的一半(即不超过 #cf_span[n] 的一半)。可能没有 _优胜者_。\n...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z}^+ $ with $ 1 \\leq n, k \\leq 10^{12} $. \nLet $ d $ be the number of diplomas, $ c $ the number of certificates, and $ w = d + c $ the number of winners. \nL...",
"is_translate": false,
"language": "Formal"
}
]
}