Preparando MOJI

Factorial

2000ms 65536K

Description:

Print the factorial of the given integer number n. The factorial of n is equal to 1·2·...·n.

Input:

The only line contains n (1 ≤ n ≤ 10).

Output:

Print the factorial of n.

Sample Input:

3

Sample Output:

6

Sample Input:

5

Sample Output:

120

Informação

Codeforces

Provedor Codeforces

Código CF64A

Tags

*specialimplementation

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:29:49

Relacionados

Nada ainda