摘要: 题目大意:给你$n(n\leqslant10^5)$,求:$$\sum\limits_{i=0}^n\sum\limits_{j=0}^i\begin{Bmatrix}i\\j\end{Bmatrix}\times2^j\times j!$$$\begin{Bmatrix}n\\m\end{Bmat 阅读全文
posted @ 2019-02-12 20:34 Memory_of_winter 阅读(124) 评论(0) 推荐(0) 编辑