API Response (JSON)
{
"problem": {
"name": "[ROIR 2023] 斐波那契乘积 (Day 1)",
"description": {
"content": "给定一个自然数 $n$,求出将其表示为若干个大于 $1$ 的斐波那契数的乘积的方案数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10095"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个自然数 $n$,求出将其表示为若干个大于 $1$ 的斐波那契数的乘积的方案数。\n\n## Input\n\n第一行一个数 $t$,表示数据组数。\n\n接下来 $t$ 行,每行输入一个数 $n$。\n\n## Output\n\n对于每组测试数据,输出一个数表示答案。\n\n[samples]\n\n## Background\n\n翻译自 [ROIR 2023 D1T2](https://neerc.ifmo.ru/...",
"is_translate": false,
"language": "English"
}
]
}