API Response (JSON)
{
"problem": {
"name": "标题计数",
"description": {
"content": "Markdown 是一种标记语言。在 Markdown 中,若一行的第一个非空白字符是井号(#),且紧跟着若干个空格,则这一行剩余的**非空白**内容将会按照一级标题渲染。 在本题范围内,下面的都是一级标题: ```plaintext # This is a title # This is another title # This is also a title # ",
"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": "LGP8506"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Markdown 是一种标记语言。在 Markdown 中,若一行的第一个非空白字符是井号(#),且紧跟着若干个空格,则这一行剩余的**非空白**内容将会按照一级标题渲染。\n\n在本题范围内,下面的都是一级标题:\n\n```plaintext\n# This is a title\n# This is another title\n # This is also a title\n # ...",
"is_translate": false,
"language": "English"
}
]
}