本题要求编写程序,计算序列 1 的前N项之和。
输入在一行中给出一个不超过12的正整数N。
在一行中输出整数结果。
5
153
2-6 求阶乘序列前N项和
原文:https://www.cnblogs.com/xxl-h/p/12882234.html