API Response (JSON)
{
"problem": {
"name": "C. Two strings",
"description": {
"content": "You are given two strings _a_ and _b_. You have to remove the minimum possible number of **consecutive** (standing one after another) characters from string _b_ in such a way that it becomes a subsequ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF762C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two strings _a_ and _b_. You have to remove the minimum possible number of **consecutive** (standing one after another) characters from string _b_ in such a way that it becomes a subsequ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定两个字符串 #cf_span[a] 和 #cf_span[b]。你需要从字符串 #cf_span[b] 中移除尽可能少的*连续*(彼此相邻)字符,使得剩余部分成为字符串 #cf_span[a] 的子序列。可能不需要移除任何字符,也可能需要移除 #cf_span[b] 中的所有字符使其变为空字符串。\n\n字符串 #cf_span[s] 的子序列是指通过从 #cf_span[s] 中删除零个或多个字...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b \\in \\Sigma^* $ be two nonempty strings over the alphabet $ \\Sigma = \\{a, b, \\dots, z\\} $. \nLet $ \\text{subseq}(a) \\subseteq \\Sigma^* $ denote the set of all subsequences ...",
"is_translate": false,
"language": "Formal"
}
]
}