Digits Multiplication

Digits Multiplication

We have prepared a set of Editor's Choice Solutions. You will see them first after you solve the mission. In order to see all other solutions you should change the filter.

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

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

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