API Response (JSON)
{
"problem": {
"name": "[DTOI 2023] D. Goodbye 2022",
"description": {
"content": "这次的题目背景和 luanmenglei 没有一点关系。 给定 $n,k,p$,求有多少有序 $p$ 元组 $(a_1,a_2,\\cdots,a_p)$ 满足 - $\\forall i \\in [1,p]$,$a_i\\in [1,n]$。 - $\\forall i\\in [1,p)$,$\\operatorname{popcount}(a_i\\oplus a_{i+1})=k$。 - $\\f",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8941"
},
"statements": [
{
"statement_type": "Markdown",
"content": "这次的题目背景和 luanmenglei 没有一点关系。\n\n给定 $n,k,p$,求有多少有序 $p$ 元组 $(a_1,a_2,\\cdots,a_p)$ 满足\n\n- $\\forall i \\in [1,p]$,$a_i\\in [1,n]$。\n\n- $\\forall i\\in [1,p)$,$\\operatorname{popcount}(a_i\\oplus a_{i+1})=k$。\n\n- $\\f...",
"is_translate": false,
"language": "English"
}
]
}