API Response (JSON)
{
"problem": {
"name": "B. String Typing",
"description": {
"content": "You are given a string _s_ consisting of _n_ lowercase Latin letters. You have to type this string using your keyboard. Initially, you have an empty string. Until you type the whole string, you may p",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF954B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string _s_ consisting of _n_ lowercase Latin letters. You have to type this string using your keyboard.\n\nInitially, you have an empty string. Until you type the whole string, you may p...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给你一个由 #cf_span[n] 个小写拉丁字母组成的字符串 #cf_span[s]。你需要使用键盘输入这个字符串。\n\n最初,你有一个空字符串。在输入完整个字符串之前,你可以执行以下操作:\n\n此外,*最多一次*,你可以执行一个额外的操作:复制当前字符串并将其追加到自身后面。\n\n例如,如果你需要输入字符串 _abcabca_,你可以通过逐个输入所有字符,在 #cf_span[7] 次操作内完成。但...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the length of the target string. \nLet $ s = s_1 s_2 \\dots s_n $ be the target string over the alphabet of lowercase Latin letters. \n\nLet $ k \\in \\{0, 1\\...",
"is_translate": false,
"language": "Formal"
}
]
}