API Response (JSON)
{
"problem": {
"name": "[NOIP 2002 提高组] 字串变换(疑似错题)",
"description": {
"content": "已知有两个字串 $A,B$ 及一组字串变换的规则(至多 $6$ 个规则),形如: - $A_1\\to B_1$。 - $A_2\\to B_2$。 规则的含义为:在 $A$ 中的子串 $A_1$ 可以变换为 $ B_1$,$A_2$ 可以变换为 $B_2\\cdots$。 例如:$A=\\texttt{abcd}$,$B=\\texttt{xyz}$, 变换规则为: - $\\texttt{abc",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 128000
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP1032"
},
"statements": [
{
"statement_type": "Markdown",
"content": "已知有两个字串 $A,B$ 及一组字串变换的规则(至多 $6$ 个规则),形如:\n\n- $A_1\\to B_1$。\n- $A_2\\to B_2$。\n\n规则的含义为:在 $A$ 中的子串 $A_1$ 可以变换为 $ B_1$,$A_2$ 可以变换为 $B_2\\cdots$。\n\n例如:$A=\\texttt{abcd}$,$B=\\texttt{xyz}$,\n\n变换规则为:\n\n- $\\texttt{abc...",
"is_translate": false,
"language": "English"
}
]
}