API Response (JSON)
{
"problem": {
"name": "[GDKOI2023 提高组] 矩阵",
"description": {
"content": "多次给定三个 $n \\times n$ 的矩阵 $A, B, C$,你需要判断 $A \\times B$ 在模 $998244353$ 意义下是否等于 $C$。 其中 $×$ 为矩阵乘法,$C_{i,j} = \\sum_{k=1}^{n}A_{i,k}B_{k,j}$。 本题读入量较大,建议使用快速读入。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10102"
},
"statements": [
{
"statement_type": "Markdown",
"content": "多次给定三个 $n \\times n$ 的矩阵 $A, B, C$,你需要判断 $A \\times B$ 在模 $998244353$ 意义下是否等于 $C$。\n其中 $×$ 为矩阵乘法,$C_{i,j} = \\sum_{k=1}^{n}A_{i,k}B_{k,j}$。\n\n本题读入量较大,建议使用快速读入。\n\n## Input\n\n第 $1$ 行输入一个正整数 $T$,表示数据组数。\n\n接下来包含...",
"is_translate": false,
"language": "English"
}
]
}