Submit solution
Points:
0.10
Time limit:
1.5s
Memory limit:
64M
Input:
stdin
Output:
stdout
Authors:
Problem type
Mô tả vấn đề
Viết chương trình nhập số nguyên dương n, tính giai thừa của n.
n! = 123…n
Input
Nhập nguyên dương n
Output
In ra giai thừa của n
Sample Input 1
5
Sample Output 1
120
Comments