Submit solution
Points:
100.00
Time limit:
1.0s
Memory limit:
100M
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text
Tính ~S(n)~ = ~1 + 1*2 + 1*2*3 + ... + 1*2*3*.....*n~. Với ~n~ cho trước.
- Đầu vào là 1 số ~n~
- Đầu ra là kết quả ~S~
Input
3
Output
9
Input
10
Output
4037913
Comments