API Response (JSON)
{
"problem": {
"name": "[海淀区小学组 2024] 最短字符串",
"description": {
"content": "给定一个仅由大小写字母构成的长度为 $n$ 的字符串 $S$,求字符串 $S$ 的一个子串 $T$,使得字符串 $T$ 中包含字符串 $S$ 中所有种类的字母(区分大小写),输出子串 $T$ 的最小长度。例如,如果 $S = \\tt{aabCce}$,则 $S$ 中包含的不同种类的字母有 $\\tt a$,$\\tt b$,$\\tt C$,$\\tt c$,$\\tt e$,要子串中包含全部的这四类字母,",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4240"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个仅由大小写字母构成的长度为 $n$ 的字符串 $S$,求字符串 $S$ 的一个子串 $T$,使得字符串 $T$ 中包含字符串 $S$ 中所有种类的字母(区分大小写),输出子串 $T$ 的最小长度。例如,如果 $S = \\tt{aabCce}$,则 $S$ 中包含的不同种类的字母有 $\\tt a$,$\\tt b$,$\\tt C$,$\\tt c$,$\\tt e$,要子串中包含全部的这四类字母,...",
"is_translate": false,
"language": "English"
}
]
}