API Response (JSON)
{
"problem": {
"name": "F. Erasing Substrings",
"description": {
"content": "You are given a string _s_, initially consisting of _n_ lowercase Latin letters. After that, you perform _k_ operations with it, where . During _i_\\-th operation you **must** erase some substring of l",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF938F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string _s_, initially consisting of _n_ lowercase Latin letters. After that, you perform _k_ operations with it, where . During _i_\\-th operation you **must** erase some substring of l...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个字符串 #cf_span[s],初始时由 #cf_span[n] 个小写拉丁字母组成。之后,你对它执行 #cf_span[k] 次操作,其中 。在第 #cf_span[i] 次操作中,你*必须*删除 #cf_span[s] 中一个长度恰好为 #cf_span[2i - 1] 的子串。\n\n输出经过 #cf_span[k] 次操作后可能得到的字典序最小的字符串。\n\n唯一的一行包含一个由 #cf...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^n $ be the initial string, where $ \\Sigma = \\{a, b, \\dots, z\\} $ and $ n \\in \\mathbb{Z}^+ $, $ 1 \\le n \\le 5000 $. \nLet $ k \\in \\mathbb{Z}^+ $ be the number of op...",
"is_translate": false,
"language": "Formal"
}
]
}