SSOJ
Home
AtCoder
ProblemSet
课程
Contest
Status
Ranklist
F.A.Qs
Login
Register
1170: 求积s=1×2 × 3 × … × n
Memory Limit:0 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:257
Solved:208
上一题
Submit
下一题
Submit Record
Statistics
MD
Description
求积s=1×2 × 3 × … × n,如输入N=3,需要计算1×2 × 3的值,并将其输出(N<12)
Input
输入一个整数N
Output
输出积
Sample Input
Copy
3
Sample Output
Copy
6
Source/Category
菜鸟入门
[for]
循环结构
for循环
语法基础
加入题单
上一题
下一题
算法标签: