API Response (JSON)
{
"problem": {
"name": "[ICPC-Beijing 2011] Matrix 矩阵哈希",
"description": {
"content": "给定一个 $M$ 行 $N$ 列的 $01$ 矩阵,以及 $Q$ 个 $A$ 行 $B$ 列的 $01$ 矩阵,你需要求出这 $Q$ 个矩阵哪些在原矩阵中出现过。 所谓 $01$ 矩阵,就是矩阵中所有元素不是 $0$ 就是 $1$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10474"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个 $M$ 行 $N$ 列的 $01$ 矩阵,以及 $Q$ 个 $A$ 行 $B$ 列的 $01$ 矩阵,你需要求出这 $Q$ 个矩阵哪些在原矩阵中出现过。 \n\n所谓 $01$ 矩阵,就是矩阵中所有元素不是 $0$ 就是 $1$。\n\n## Input\n\n输入文件的第一行为 $M,N,A,B$,参见题目描述。 \n\n接下来 $M$ 行,每行 $N$ 个字符,非 $0$ 即 $1$ ,描述原矩阵。...",
"is_translate": false,
"language": "English"
}
]
}