API Response (JSON)
{
"problem": {
"name": "C. Alphabetic Removals",
"description": {
"content": "You are given a string $s$ consisting of $n$ lowercase Latin letters. Polycarp wants to remove exactly $k$ characters ($k \\le n$) from the string $s$. Polycarp uses the following algorithm $k$ times: ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF999C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $s$ consisting of $n$ lowercase Latin letters. Polycarp wants to remove exactly $k$ characters ($k \\le n$) from the string $s$. Polycarp uses the following algorithm $k$ times:\n...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "[{\"iden\":\"statement\",\"content\":\"你被给定一个由 $n$ 个小写拉丁字母组成的字符串 $s$。Polycarp 想要从字符串 $s$ 中恰好移除 $k$ 个字符($k lt.eq n$)。Polycarp 使用以下算法重复 $k$ 次:\\n\\n该算法从字符串中移除一个字母。Polycarp 恰好执行此算法 $k$ 次,从而移除恰好 $k$ 个字符。\\n\\n帮助 Pol...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given a string $ s $ of length $ n $ and an integer $ k $ such that $ 1 \\leq k \\leq n \\leq 4 \\cdot 10^5 $, remove exactly $ k $ characters from $ s $ using the following greedy algorithm: \n\nAt each o...",
"is_translate": false,
"language": "Formal"
}
]
}