N!

来源:互联网 发布:大数据世界下载 编辑:程序博客网 时间:2024/05/18 05:25
N! 
Time Limit : 10000/5000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other)
Total Submission(s) : 83   Accepted Submission(s) : 10
Font: Times New Roman | Verdana | Georgia 
Font Size: ← →
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.


Sample Input
1
2
3


Sample Output
1
2
6


Author
JGShining(极光炫影) 
原创粉丝点击