Factorial of a number

Problem Statement

Take an input n (integer) from the user.  Find the factorial of n

Example input

5

Example output

120



Login is required



TEST CASES