API Response (JSON)
{
"problem": {
"name": "「KDOI-04」Pont des souvenirs",
"description": {
"content": "给定正整数 $n,k$,求有多少个长度为 $n$ 的正整数序列 $a$ 满足: * $0<a_1\\le a_2\\le a_3\\le\\cdots\\le a_n\\le k$; * $\\forall\\ i\\not=j$,$a_i+a_j\\le k+1$。 答案对 $10^9+7$ 取模。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9035"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定正整数 $n,k$,求有多少个长度为 $n$ 的正整数序列 $a$ 满足:\n\n* $0<a_1\\le a_2\\le a_3\\le\\cdots\\le a_n\\le k$;\n* $\\forall\\ i\\not=j$,$a_i+a_j\\le k+1$。\n\n答案对 $10^9+7$ 取模。\n\n## Input\n\n**本题包含多组测试数据。**\n\n输入的第一行包含一个正整数 $T$,表示测试数据组数。\n...",
"is_translate": false,
"language": "English"
}
]
}