API Response (JSON)
{
"problem": {
"name": "[语言月赛202301] 新年快乐",
"description": {
"content": "扶苏收到的字符串是一个只含小写字母的字符串 $s$。 对于一个长度为 $x$ 的只含小写字母的字符串 $t$,我们定义 $t$ 的『上一个字符串』是:将所有的长度为 $x$ 且仅含小写字母的字符串按字典序排列后,恰好排在 $t$ 之前一个的字符串。 例如,字符串 $\\texttt{bcd}$ 的『上一个字符串』是 $\\texttt{bcc}$,而 $\\texttt{aaa}$ 的『上一个字符串",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 512000
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3703"
},
"statements": [
{
"statement_type": "Markdown",
"content": "扶苏收到的字符串是一个只含小写字母的字符串 $s$。\n\n对于一个长度为 $x$ 的只含小写字母的字符串 $t$,我们定义 $t$ 的『上一个字符串』是:将所有的长度为 $x$ 且仅含小写字母的字符串按字典序排列后,恰好排在 $t$ 之前一个的字符串。\n\n例如,字符串 $\\texttt{bcd}$ 的『上一个字符串』是 $\\texttt{bcc}$,而 $\\texttt{aaa}$ 的『上一个字符串...",
"is_translate": false,
"language": "English"
}
]
}