Problem2086--各位数字之积

2086: 各位数字之积

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

Description

输入一个正整数 A,统计此数中非零的各位数字之积。

Input

有一个数据,是正整数 A。(1<=A<=9999999999)

Output

有一个整数,此数中非零的各位数字之积。

Sample Input Copy

11506

Sample Output Copy

30

Source/Category