API Response (JSON)
{
"problem": {
"name": "E. Maximum Questions",
"description": {
"content": "Vasya wrote down two strings _s_ of length _n_ and _t_ of length _m_ consisting of small English letters '_a_' and '_b_'. What is more, he knows that string _t_ has a form \"_abab..._\", namely there ar",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF900E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Vasya wrote down two strings _s_ of length _n_ and _t_ of length _m_ consisting of small English letters '_a_' and '_b_'. What is more, he knows that string _t_ has a form \"_abab..._\", namely there ar...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Vasya 写下了两个字符串 #cf_span[s](长度为 #cf_span[n])和 #cf_span[t](长度为 #cf_span[m]),均由小写英文字母 '_a_' 和 '_b_' 组成。此外,他知道字符串 #cf_span[t] 的形式为 \"_abab..._\",即奇数位置为字母 '_a_',偶数位置为字母 '_b_'。\n\n一天早晨,Vasya 发现他的字符串被破坏了:字符串 #cf...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ with $ 1 \\leq m \\leq n \\leq 10^5 $. \nLet $ s \\in \\{a, b, ?\\}^n $ be the corrupted string. \nLet $ t \\in \\{a, b\\}^m $ be the target string defined by: ...",
"is_translate": false,
"language": "Formal"
}
]
}