[old] Digits Multiplication

[old] Digits Multiplication

juggler

正の整数が与えられています。 あなたの関数はゼロを除く各桁の積を計算しなければいけません。

例えば: 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.
19