API Response (JSON)
{
"problem": {
"name": "[GESP202306 三级] 密码合规",
"description": {
"content": "网站注册需要有用户名和密码,编写程序以检查用户输入密码的有效性。合规的密码应满足以下要求 : 1. 只能由 $\\texttt a \\sim \\texttt z$ 之间 $26$ 个小写字母、$\\texttt A \\sim \\texttt Z$ 之间 $26$ 个大写字母、$0 \\sim 9$ 之间 $10$ 个数字以及 `!@#$` 四个特殊字符构成。 2. 密码最短长度 $:6$ 个字符,密",
"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": "LGB3843"
},
"statements": [
{
"statement_type": "Markdown",
"content": "网站注册需要有用户名和密码,编写程序以检查用户输入密码的有效性。合规的密码应满足以下要求 :\n\n1. 只能由 $\\texttt a \\sim \\texttt z$ 之间 $26$ 个小写字母、$\\texttt A \\sim \\texttt Z$ 之间 $26$ 个大写字母、$0 \\sim 9$ 之间 $10$ 个数字以及 `!@#$` 四个特殊字符构成。\n\n2. 密码最短长度 $:6$ 个字符,密...",
"is_translate": false,
"language": "English"
}
]
}