Problem G
Einfalt Dæmi!
Languages
en
is
Hey, to help you get going we’ve decided to give you one very simple problem! The only thing you need to do is read one integer $N$ and print $N!$
Wow, it couldn’t be simpler!
Scoring
The solution will be tested on input data of varying difficulty and the data is divided into groups as shown in the table below. The solution will then be scored according to how many groups are solved.
Group |
Points |
Constraints |
1 |
10 |
$1 \le N \le 2$ |
2 |
50 |
$0 \le N \le 10$ |
3 |
40 |
$0 \le N \le 100$ |
Sample Input 1 | Sample Output 1 |
---|---|
1 |
1 |
Sample Input 2 | Sample Output 2 |
---|---|
2 |
2 |