#253. 求阶乘的和
求阶乘的和
Background
给你两个数字, 计算
Format
Input
一行输入两个整数
Output
输出一个整数表示阶乘之和
Samples
2 5
152
Limitation
Statistics
Related
In following contests:
给你两个数字m,n, 计算m!+(m+1)!+...+n!
一行输入两个整数m,n
输出一个整数表示阶乘之和
2 5
152
1<=m<=n<=104
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.