[old] Digits Multiplication

[old] Digits Multiplication

juggler

给你一个正整数,请你写一个函数来实现:传入正整数的每一位(不包括00)的乘积

例如:给你 123405, 你应该这样处理 1*2*3*4*5=120(别忘了把0丢掉) ...

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