API Response (JSON)
{
"problem": {
"name": "【模板】Pfaffian",
"description": {
"content": "给定偶数 $n$ 与反对称矩阵 $\\mathbf{A}=(a_{i,j})_{1\\le i<j\\le n}$,求 $\\textup{Pf}(\\mathbf{A})$ 对 $10^9+7$ 取模的结果。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P7"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10216"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定偶数 $n$ 与反对称矩阵 $\\mathbf{A}=(a_{i,j})_{1\\le i<j\\le n}$,求 $\\textup{Pf}(\\mathbf{A})$ 对 $10^9+7$ 取模的结果。\n\n## Input\n\n第一行一个正整数 $n$,保证 $n$ 是偶数。\n\n接下来 $n-1$ 行,第 $i$ 行有 $n-i$ 个非负整数,其中第 $j$ 个整数表示 $a_{i,i+j}$。\n\n#...",
"is_translate": false,
"language": "English"
}
]
}