1042:N!

题目描述
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
来自杭电HDUOJ的附加信息
Author JGShining(极光炫影)
Recommend

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-1042

最后修改于 2020-10-25 22:41:38 UTC 由爬虫自动更新

共提交 35

通过率 17.14%
时间上限 内存上限
10000/5000MS(Java/Others) 262144/262144K(Java/Others)

·

·

·

·

登陆或注册以提交代码