Giai thừa của một số lớn

View as PDF

Submit solution

Points: 100.00
Time limit: 1.0s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho 1 số nguyên dương ~n~, với ~n~ <= 10000

Yêu cầu: Tính giai thừa của ~n~

~n! = 1*2*3*....*n~

Dữ liệu vào: số ~n~

Kết quả: ~n!~

Ví dụ:
Input 1:
40
Output 1:
815915283247897734345611269596115894272000000000
Input 2:
100
Output 2:
93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000

Comments

Please read the guidelines before commenting.


There are no comments at the moment.