API Response (JSON)
{
"problem": {
"name": "[语言月赛202305] 线性代数初步",
"description": {
"content": "我们定义一种名为「行列式」的新运算: 对于四个整数 $a, b, c, d$,我们定义 $\\begin{vmatrix} a & b \\\\ c & d \\end{vmatrix}$ 为 $a, b, c, d$ 的行列式,其等于 $a \\times d - b \\times c$。 现在,给定 $a, b, c, d$,请你帮忙计算 $\\begin{vmatrix} a & b \\\\ c & ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3762"
},
"statements": [
{
"statement_type": "Markdown",
"content": "我们定义一种名为「行列式」的新运算:\n\n对于四个整数 $a, b, c, d$,我们定义 $\\begin{vmatrix} a & b \\\\ c & d \\end{vmatrix}$ 为 $a, b, c, d$ 的行列式,其等于 $a \\times d - b \\times c$。\n\n现在,给定 $a, b, c, d$,请你帮忙计算 $\\begin{vmatrix} a & b \\\\ c & ...",
"is_translate": false,
"language": "English"
}
]
}