Solution. Sandalphon
October 25, 2022 •
Comment
Description
以下区间均只考虑整数。
给定 $n,k$,将 $1\sim2^n$ 的 $2^n$ 个数划分为两个集合 $A$ 与 $B$,使得 $\forall p\in[0,k]$,有 $\sum_{x\in A}x^p=\sum_{x\in B}x^p$。
$1\le n\le16,0\le k<n$