API Response (JSON)
{
"problem": {
"name": "A. Diversity",
"description": {
"content": "Calculate the minimum number of characters you need to change in the string _s_, so that it contains at least _k_ different letters, or print that it is impossible. String _s_ consists only of lowerc",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF844A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Calculate the minimum number of characters you need to change in the string _s_, so that it contains at least _k_ different letters, or print that it is impossible.\n\nString _s_ consists only of lowerc...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "计算需要更改字符串 #cf_span[s] 中的最少字符数,使得其中至少包含 #cf_span[k] 个不同的字母,或判断这是不可能的。\n\n字符串 #cf_span[s] 仅由小写拉丁字母组成,且只能将字符更改为小写拉丁字母。\n\n输入的第一行包含字符串 #cf_span[s],仅由小写拉丁字母组成(#cf_span[1 ≤ |s| ≤ 1000],#cf_span[|s|] 表示 #cf_span...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^* $ be a string over $ \\Sigma = \\{a, b, \\dots, z\\} $, with $ |s| = n $. \nLet $ k \\in \\mathbb{Z} $ be the target number of distinct lowercase Latin letters.\n\nLet $...",
"is_translate": false,
"language": "Formal"
}
]
}