API Response (JSON)
{
"problem": {
"name": "『STA - R3』高维立方体",
"description": {
"content": "如下定义斐波那契数列: $$\\operatorname{fib}(n)=\\begin{cases}1&n\\le 2\\\\\\operatorname{fib}(n-1)+\\operatorname{fib}(n-2)&n>2\\end{cases}$$ 现在我们定义一个函数(注意在 $n<1$ 时这个函数的值是 $0$): $$f(n)=\\sum_{i=1}^n\\operatorname{fib}^",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1500,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9510"
},
"statements": [
{
"statement_type": "Markdown",
"content": "如下定义斐波那契数列:\n$$\\operatorname{fib}(n)=\\begin{cases}1&n\\le 2\\\\\\operatorname{fib}(n-1)+\\operatorname{fib}(n-2)&n>2\\end{cases}$$\n\n现在我们定义一个函数(注意在 $n<1$ 时这个函数的值是 $0$):\n\n$$f(n)=\\sum_{i=1}^n\\operatorname{fib}^...",
"is_translate": false,
"language": "English"
}
]
}