API Response (JSON)
{
"problem": {
"name": "D. Suitable Replacement",
"description": {
"content": "You are given two strings _s_ and _t_ consisting of small Latin letters, string _s_ can also contain _'?'_ characters. _Suitability_ of string _s_ is calculated by following metric: Any two letters ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF825D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two strings _s_ and _t_ consisting of small Latin letters, string _s_ can also contain _'?'_ characters.\n\n_Suitability_ of string _s_ is calculated by following metric:\n\nAny two letters ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你被给定两个由小写拉丁字母组成的字符串 #cf_span[s] 和 #cf_span[t],字符串 #cf_span[s] 中也可能包含 _'?'_ 字符。\n\n字符串 #cf_span[s] 的 _适宜性_ 按如下方式计算:\n\n可以任意交换任意两个字符的位置,这种操作可以对任意位置对执行任意多次。在所有可能得到的字符串 #cf_span[s] 中,你选择具有最多 *不相交* 的子串 #cf_spa...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in (\\Sigma \\cup \\{?\\})^* $ be the input string, where $ \\Sigma $ is the set of lowercase Latin letters. \nLet $ t \\in \\Sigma^* $ be the target string. \nLet $ n = |s| $, $ m...",
"is_translate": false,
"language": "Formal"
}
]
}