eolymp
bolt
Try our new interface for solving problems
Problems

Factorial!

Factorial!

Time limit 1 second
Memory limit 128 MiB

Find the factorial of an integer n.

Input data

One integer n (0n3000).

Output data

Print the factorial of n.

Examples

Input example #1
3
Output example #1
6