API Response (JSON)
{
"problem": {
"name": "I. Yet Another String Matching Problem",
"description": {
"content": "Suppose you have two strings _s_ and _t_, and their length is equal. You may perform the following operation any number of times: choose two different characters _c_1 and _c_2, and replace every occur",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF954I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Suppose you have two strings _s_ and _t_, and their length is equal. You may perform the following operation any number of times: choose two different characters _c_1 and _c_2, and replace every occur...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "假设你有两个字符串 #cf_span[s] 和 #cf_span[t],它们长度相等。你可以任意次执行以下操作:选择两个不同的字符 #cf_span[c1] 和 #cf_span[c2],并将两个字符串中所有 #cf_span[c1] 替换为 #cf_span[c2]。我们定义字符串 #cf_span[s] 和 #cf_span[t] 之间的 _距离_ 为使这两个字符串相等所需的最少操作次数。例如...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ S, T \\in \\{a,b,c,d,e,f\\}^* $ be two strings with $ |T| \\leq |S| $. \nFor each $ i \\in \\{0, 1, \\dots, |S| - |T|\\} $, define $ S_i = S[i:i+|T|] $ as the substring of $ S $ starti...",
"is_translate": false,
"language": "Formal"
}
]
}