API Response (JSON)
{
"problem": {
"name": "[GESP202412 四级] 字符排序",
"description": {
"content": "小杨有 $n$ 个仅包含小写字母的字符串 $s_1,s_2,\\ldots,s_n$,小杨想将这些字符串按一定顺序排列后拼接到一起构成字符串 $t$。小杨希望最后构成的字符串 $t$ 满足: - 假设 $t_i$ 为字符串 $t$ 的第 $i$ 个字符,对于所有的 $j\\lt i$ 均有 $t_j\\le t_i$。两个字符的大小关系与其在字母表中的顺序一致,例如 $\\texttt{e}\\lt \\t",
"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": "LGB4069"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小杨有 $n$ 个仅包含小写字母的字符串 $s_1,s_2,\\ldots,s_n$,小杨想将这些字符串按一定顺序排列后拼接到一起构成字符串 $t$。小杨希望最后构成的字符串 $t$ 满足:\n\n- 假设 $t_i$ 为字符串 $t$ 的第 $i$ 个字符,对于所有的 $j\\lt i$ 均有 $t_j\\le t_i$。两个字符的大小关系与其在字母表中的顺序一致,例如 $\\texttt{e}\\lt \\t...",
"is_translate": false,
"language": "English"
}
]
}