API Response (JSON)
{
"problem": {
"name": "D. Picking Strings",
"description": {
"content": "Alice has a string consisting of characters '_A_', '_B_' and '_C_'. Bob can use the following transitions on any substring of our string in any order any number of times: * _A_ _BC_ * _B_ _AC_ * ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF923D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Alice has a string consisting of characters '_A_', '_B_' and '_C_'. Bob can use the following transitions on any substring of our string in any order any number of times:\n\n* _A_ _BC_\n* _B_ _AC_\n* ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Alice 有一个由字符 '_A_'、'_B_' 和 '_C_' 组成的字符串。Bob 可以在字符串的任意子串上,以任意顺序任意次数应用以下变换:\n\n注意,子串是指一个或多个连续的字符。对于给定的查询,请判断是否能从源字符串得到目标字符串。\n\n第一行包含一个字符串 #cf_span[S] (#cf_span[1 ≤ |S| ≤ 105])。第二行包含一个字符串 #cf_span[T] (#cf_s...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ S, T \\in \\{A, B, C\\}^* $ be the source and target strings. \nLet $ Q \\in \\mathbb{Z}^+ $ be the number of queries. \nFor each query $ i \\in \\{1, \\dots, Q\\} $, let $ [a_i, b_i] \\...",
"is_translate": false,
"language": "Formal"
}
]
}