Factorial!
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the factorial of an integer n.
Input
One integer n (0 ≤ n ≤ 3000).
Output
Print the factorial of n.
Examples
Input #1
Answer #1
Submissions 20K
Acceptance rate 24%