API Response (JSON)
{
"problem": {
"name": "F. Substrings in a String",
"description": {
"content": "Given a string _s_, process _q_ queries, each having one of the following forms: * 1 _i_ _c_ — Change the _i_\\-th character in the string to _c_. * 2 _l_ _r_ _y_ — Consider the substring of _s_ s",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 6000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF914F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a string _s_, process _q_ queries, each having one of the following forms:\n\n* 1 _i_ _c_ — Change the _i_\\-th character in the string to _c_.\n* 2 _l_ _r_ _y_ — Consider the substring of _s_ s...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个字符串 $s$,处理 $q$ 个查询,每个查询具有以下形式之一:\n\n输入的第一行包含字符串 $s$($1 ≤ |s| ≤ 10^5$),由小写英文字母组成。\n\n第二行包含一个整数 $q$($1 ≤ q ≤ 10^5$)——需要处理的查询数量。\n\n接下来的 $q$ 行描述查询,可能具有以下形式之一:\n\n$1\\ i\\ c$($1 ≤ i ≤ |s|$)\n\n$2\\ l\\ r\\ y$($1 ≤ l...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions:**\n\n- Let $ s \\in \\Sigma^* $ be a string of length $ n = |s| $, where $ \\Sigma $ is the set of lowercase English letters, and $ s $ is 1-indexed.\n- Let $ q \\in \\mathbb{N} $ be the number...",
"is_translate": false,
"language": "Formal"
}
]
}