H3

What is the product of the first n positive integers?

Input: A positive integer n in [1, 20]

Output: The product of the first n positive integers, n!

Examples:

1 ->1
7 ->5040
19->121645100408832000

Languages, by Score

Languages, by Name


Back to Hole List

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License