API Response (JSON)
{
"problem": {
"name": "F. Letters Removing",
"description": {
"content": "Petya has a string of length _n_ consisting of small and large English letters and digits. He performs _m_ operations. Each operation is described with two integers _l_ and _r_ and a character _c_: P",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF899F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Petya has a string of length _n_ consisting of small and large English letters and digits.\n\nHe performs _m_ operations. Each operation is described with two integers _l_ and _r_ and a character _c_: P...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Petya 有一个由小写和大写英文字母及数字组成的长度为 $n$ 的字符串。\n\n他执行 $m$ 次操作。每次操作由两个整数 $l$ 和 $r$ 以及一个字符 $c$ 描述:Petya 会从字符串中移除所有位于位置 $l$ 到 $r$(包含两端)之间的字符 $c$。显然,每次操作后字符串的长度保持不变或减少。\n\n请找出 Petya 执行所有 $m$ 次操作后字符串的样子。\n\n第一行包含两个整数 $n...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ with $ 1 \\leq n, m \\leq 2 \\cdot 10^5 $. \nLet $ s \\in \\Sigma^n $ be the initial string, where $ \\Sigma $ is the set of English letters (uppercase and lo...",
"is_translate": false,
"language": "Formal"
}
]
}