Coding is the closest thing we have to superpower !
超能侠给了一个正整数 n, 让你求出不大于 n 的正整数的阶乘的和 (即求 1 !+2 !+3 !+\ldots+ n !)
输入有一行, 包含一个正整数n(1 < n < 12) 。
输出一个整数,表示阶乘的和。
5
153