Problem1058--数组累乘器-求积

1058: 数组累乘器-求积

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 523  Solved: 410
[Status] [Submit] [Creator:]

Description

输入5个正整数,求这5个数字的积。

Input

仅一行,为5个正整数,每两个数之间用空格隔开。

Output

仅一个数,为5个数字相乘的积。

Sample Input Copy

2 3 7 5 6

Sample Output Copy

1260

Source/Category

 入门