API Response (JSON)
{
"problem": {
"name": "「WHOI-2」ぽかぽかの星",
"description": {
"content": "有多少个长度为 $n$ 的**正整数**数列 $a_i$ 满足: - $0<a_1\\leq a_2\\leq a_3\\dots \\leq a_n\\leq k$。 - $\\forall i\\not = j,a_i+a_j\\not = k+1$。 答案对 $10^9+7$ 取模。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8432"
},
"statements": [
{
"statement_type": "Markdown",
"content": "有多少个长度为 $n$ 的**正整数**数列 $a_i$ 满足:\n\n- $0<a_1\\leq a_2\\leq a_3\\dots \\leq a_n\\leq k$。\n- $\\forall i\\not = j,a_i+a_j\\not = k+1$。\n\n答案对 $10^9+7$ 取模。\n\n## Input\n\n**本题多测**\n\n第一行一个正整数表示 $T$。\n\n接下来 $T$ 行,每行两个正整数表示 $n...",
"is_translate": false,
"language": "English"
}
]
}