Problem3303--输出各个位上乘积

3303: 输出各个位上乘积

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入1~5位自然数将其各个位上的数相乘。

例如12345

1 * 2 * 3 * 4 * 5=120

Input

输入1~5位自然数

Output

输出结果

Sample Input Copy

12345

Sample Output Copy

120

Source/Category

GESP