API Response (JSON)
{
"problem": {
"name": "[蓝桥杯 2022 省 B] 统计子矩阵",
"description": {
"content": "给定一个 $N \\times M$ 的矩阵 $A$,请你统计有多少个子矩阵 (最小 $1 \\times 1$, 最大 $N \\times M$)满足子矩阵中所有数的和不超过给定的整数 $K$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8783"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个 $N \\times M$ 的矩阵 $A$,请你统计有多少个子矩阵 (最小 $1 \\times 1$, 最大 $N \\times M$)满足子矩阵中所有数的和不超过给定的整数 $K$。\n\n## Input\n\n第一行包含三个整数 $N, M$ 和 $K$。\n\n之后 $N$ 行每行包含 $M$ 个整数, 代表矩阵 $A$。\n\n## Output\n\n一个整数代表答案。\n\n[samples]\n\n#...",
"is_translate": false,
"language": "English"
}
]
}