SSOJ
Home
AtCoder
ProblemSet
课程
Contest
Status
Ranklist
F.A.Qs
Login
Register
1025: 求n的阶乘
Memory Limit:128 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:1686
Solved:1264
上一题
Submit
下一题
Submit Record
Statistics
HTML
Description
输入一个正整数n,求n的阶乘(n!=1*2*3*...*n)
Input
输入一个正整数
Output
输出n!的值
Sample Input
Copy
3
Sample Output
Copy
6
HINT
结果在int范围内
Source/Category
菜鸟入门
[for]
循环结构
必做
加入题单
上一题
下一题
算法标签: