#P1042. N!
N!
Problem Description
Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N!
Input
One N in one line, process to the end of file.
Output
For each N, output N! in one line.
1
2
3
1
2
6
Author
JGShining(极光炫影)
Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N!
One N in one line, process to the end of file.
For each N, output N! in one line.
1
2
3
1
2
6
JGShining(极光炫影)