Problem1337--2014SSOI五年级第三题 各位数字之积(0.2)

1337: 2014SSOI五年级第三题 各位数字之积(0.2)

[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