API Response (JSON)
{
"problem": {
"name": "BZOJ3328 PYXFIB",
"description": {
"content": "给定整数 $n,k,p$,要求计算下列式子对 $p$ 取模的值: $$\\sum_{i=0}^{\\lfloor \\frac{n}{k} \\rfloor} C_n^{i\\times k}\\times F_{i\\times k}$$ 其中: - $p$ 为质数,且 $p$ 除以 $k$ 的余数为 $1$。 - $C$ 为组合数,即 $C_n^m=\\frac{n!}{m!(n-m)!}$。 - $F_",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10664"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定整数 $n,k,p$,要求计算下列式子对 $p$ 取模的值:\n\n$$\\sum_{i=0}^{\\lfloor \\frac{n}{k} \\rfloor} C_n^{i\\times k}\\times F_{i\\times k}$$\n\n其中:\n- $p$ 为质数,且 $p$ 除以 $k$ 的余数为 $1$。\n- $C$ 为组合数,即 $C_n^m=\\frac{n!}{m!(n-m)!}$。\n- $F_...",
"is_translate": false,
"language": "English"
}
]
}