API Response (JSON)
{
"problem": {
"name": "D. Scissors",
"description": {
"content": "Jenya has recently acquired quite a useful tool — _k_\\-scissors for cutting strings. They are generally used for cutting out two non-intersecting substrings of length _k_ from an arbitrary string _s_ ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF955D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Jenya has recently acquired quite a useful tool — _k_\\-scissors for cutting strings. They are generally used for cutting out two non-intersecting substrings of length _k_ from an arbitrary string _s_ ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Jenya 最近获得了一种非常有用的工具——#cf_span[k]-剪刀,用于切割字符串。这种剪刀通常用于从任意字符串 #cf_span[s](其长度至少为 #cf_span[2·k] 才能执行此操作)中剪下两个不相交的长度为 #cf_span[k] 的子串,然后将它们拼接起来(保持原始顺序)。例如,使用 #cf_span[2]-剪刀,你可以从 #cf_span[abcde] 中剪下 #cf_sp...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ s $ be a string of length $ n $, $ t $ a string of length $ m $, and $ k $ a positive integer such that $ 2 \\leq m \\leq 2k \\leq n \\leq 5 \\cdot 10^5 $.\n\nDefine two non-overlapping substrings of $...",
"is_translate": false,
"language": "Formal"
}
]
}