Digits Multiplication

Digits Multiplication

你得到了一个正数。 你的函数应该计算数字的乘积,不包括任何零。

比如说:给出的数字是123405。结果将是1*2*3*4*5=120(不要忘记排除零)。

example

输入:一个正整数 (number)...

You should be an authorized user in order to see the full description and start solving this mission.
19