API Response (JSON)
{
"problem": {
"name": "[COCI 2021/2022 #5] Dijamant",
"description": {
"content": "桌上摆放有若干颗『钻石』。 当一个正方形旋转 $45^\\circ$ 时,它就形成了『菱形』的形状。规定外形形如『菱形』且外边框均为 $\\texttt \\#$ 但内部均为 $\\texttt .$ 的图形为一颗『钻石』。 给定一个 $n \\times m$ 大小的桌面,统计桌上摆放有多少颗『钻石』。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8325"
},
"statements": [
{
"statement_type": "Markdown",
"content": "桌上摆放有若干颗『钻石』。\n\n当一个正方形旋转 $45^\\circ$ 时,它就形成了『菱形』的形状。规定外形形如『菱形』且外边框均为 $\\texttt \\#$ 但内部均为 $\\texttt .$ 的图形为一颗『钻石』。\n\n给定一个 $n \\times m$ 大小的桌面,统计桌上摆放有多少颗『钻石』。\n\n## Input\n\n第一行两个正整数 $n,m$,表示桌面的大小。\n\n接下来的 $n$ 行,每行...",
"is_translate": false,
"language": "English"
}
]
}