API Response (JSON)
{
"problem": {
"name": "「MYOI-R3」字符串",
"description": {
"content": "给定字符串 $s,t$。 现在你要在 $s,t$ 中删除一些字符并将它们重新排列使 $s=t$。 问操作后的 $|s|$(即字符串 $s$ 的长度)最大是多少?",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10442"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定字符串 $s,t$。\n\n现在你要在 $s,t$ 中删除一些字符并将它们重新排列使 $s=t$。\n\n问操作后的 $|s|$(即字符串 $s$ 的长度)最大是多少?\n\n## Input\n\n第一行一个字符串 $s$。\n\n第二行一个字符串 $t$。\n\n## Output\n\n一行一个整数,表示操作后的 $|s|$ 的最大值。\n\n[samples]\n\n## Note\n\n在第一个样例中,将 `a` 删除,留...",
"is_translate": false,
"language": "English"
}
]
}