Problem DescriptionGiven an integer N(0 ≤ N ≤ 10000), your task is to calculate N!
InputOne N in one line, process to the end of file.
OutputFor each N, output N! in one line.
Sample Input123
Sample Output126