API Response (JSON)
{
"problem": {
"name": "[洛谷 202406GESP 模拟 二级] 小洛的田字矩阵",
"description": {
"content": "小洛想要构造一个 $N\\times N$ 的田字矩阵($N$ 为奇数)。具体来说: - 这个矩阵共有 $N$ 行,每行 $N$ 个字符,其中最左列、最右列都是 `|`; - 第一行、最后一行的第 $2\\sim N-1$ 个字符都是 `-`; - 中间一行(即第 $\\frac{N+1}{2}$ 行)的第 $2\\sim \\frac{N-1}{2}$,$\\frac{N+3}{2}\\sim N-1$ ",
"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": "LGB3995"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小洛想要构造一个 $N\\times N$ 的田字矩阵($N$ 为奇数)。具体来说:\n\n- 这个矩阵共有 $N$ 行,每行 $N$ 个字符,其中最左列、最右列都是 `|`;\n- 第一行、最后一行的第 $2\\sim N-1$ 个字符都是 `-`;\n- 中间一行(即第 $\\frac{N+1}{2}$ 行)的第 $2\\sim \\frac{N-1}{2}$,$\\frac{N+3}{2}\\sim N-1$ ...",
"is_translate": false,
"language": "English"
}
]
}