CF1957E Carousel of Combinations
求
$$
\sum_{i=1}^{n}\sum_{j=1}^{i}C(i,j)\bmod j
$$
其中 $𝐶(𝑖,𝑗)$ 表示从 $i$ 个数当中选 $j$ 个的不同圆排列数。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo clean && hexo d -g # or hexo g -d |
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment