Giai thừa

View as PDF

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! = 123n

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

Please read the guidelines before commenting.


There are no comments at the moment.