Question

Write a function that returns the sum of digits of the product of all input numbers?

Login to Submit

Examples

Input: 738,807
Output: 36

Input: 410,864
Output: 18

Input: 459,37
Output: 27