API Response (JSON)
{
"problem": {
"name": "F. AB-Strings",
"description": {
"content": "There are two strings _s_ and _t_, consisting only of letters _a_ and _b_. You can make the following operation several times: choose a prefix of _s_, a prefix of _t_ and swap them. Prefixes can be em",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1013F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are two strings _s_ and _t_, consisting only of letters _a_ and _b_. You can make the following operation several times: choose a prefix of _s_, a prefix of _t_ and swap them. Prefixes can be em...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "有两个仅由字母 _a_ 和 _b_ 组成的字符串 #cf_span[s] 和 #cf_span[t]。你可以进行以下操作若干次:选择 #cf_span[s] 的一个前缀和 #cf_span[t] 的一个前缀,并交换它们。前缀 #cf_span(class=[tex-font-style-underline], body=[可以为空]),前缀也可以与整个字符串相同。\n\n你的任务是找到一个操作序列,使...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s, t \\in \\{a, b\\}^* $ be two input strings over the alphabet $\\{a, b\\}$. \nLet $ n = |s| $, $ m = |t| $. \n\n**Constraints** \n1. $ 1 \\leq |s| \\leq 2 \\cdot 10^5 $, $ 1 \\leq |t| ...",
"is_translate": false,
"language": "Formal"
}
]
}