编程题:1!+2!+...+n!
Caculate 1!+2!+...+n!
### Input:
An integer for n.
### Output:
An interger for the result.
### Input sample:
5
### Output sample:
153
答案:若无答案欢迎评论
### Input:
An integer for n.
### Output:
An interger for the result.
### Input sample:
5
### Output sample:
153
答案:若无答案欢迎评论