Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem2926--数组累乘器-求积练习
2926: 数组累乘器-求积练习
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
181
Solved:
129
[
Status
] [
Submit
] [Creator:
]
Description
输入5个正整数,求这5个数字的积。
Input
仅一行,为5个正整数,每两个数之间用空格隔开。
Output
仅一个数,为5个数字相乘的积。
Sample Input
Copy
2 3 7 5 6
Sample Output
Copy
1260
Source/Category
入门