API Response (JSON)
{
"problem": {
"name": "C. K-Dominant Character",
"description": {
"content": "You are given a string _s_ consisting of lowercase Latin letters. Character _c_ is called _k_\\-dominant iff each substring of _s_ with length at least _k_ contains this character _c_. You have to fin",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF888C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string _s_ consisting of lowercase Latin letters. Character _c_ is called _k_\\-dominant iff each substring of _s_ with length at least _k_ contains this character _c_.\n\nYou have to fin...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个由小写拉丁字母组成的字符串 #cf_span[s]。字符 #cf_span[c] 被称为 #cf_span[k]-主导的,当且仅当 #cf_span[s] 的每个长度至少为 #cf_span[k] 的子串都包含该字符 #cf_span[c]。\n\n你需要找到最小的 #cf_span[k],使得存在至少一个 #cf_span[k]-主导的字符。\n\n第一行包含一个由小写拉丁字母组成的字符串 #c...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ s $ be a string of length $ n \\geq 1 $ over the alphabet $ \\Sigma = \\{a, b, \\dots, z\\} $.\n\nFor a character $ c \\in \\Sigma $ and an integer $ k \\geq 1 $, define $ c $ to be **$ k $-dominant** if ...",
"is_translate": false,
"language": "Formal"
}
]
}