filmov
tv
leetcode - 1281 Subtract the Product and Sum of Digits of an Integer JavaScript Solution

Показать описание
simple js solution! Like and subscribe
Given an integer number n, return the difference between the product of its digits and the sum of its digits.
Given an integer number n, return the difference between the product of its digits and the sum of its digits.