API Response (JSON)
{
"problem": {
"name": "图像模糊处理",
"description": {
"content": "给定 $n$ 行 $m$ 列的图像各像素点的灰度值,要求用如下方法对其进行模糊化处理: $1.$ 四周最外侧的像素点灰度值不变; $2.$ 中间各像素点新灰度值为该像素点及其上下左右相邻四个像素点原灰度值的平均(舍入到最接近的整数)。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB2108"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n$ 行 $m$ 列的图像各像素点的灰度值,要求用如下方法对其进行模糊化处理:\n\n$1.$ 四周最外侧的像素点灰度值不变;\n\n$2.$ 中间各像素点新灰度值为该像素点及其上下左右相邻四个像素点原灰度值的平均(舍入到最接近的整数)。\n\n## Input\n\n第一行包含两个整数 $n$ 和 $m$,表示图像包含像素点的行数和列数。$1 \\le n \\le 100$,$1 \\le m \\le 10...",
"is_translate": false,
"language": "English"
}
]
}