摘要: Given an integer number n, return the difference between the product of its digits and the sum of its digits. Example 1: Input: n = 234 Output: 15 Exp 阅读全文
posted @ 2022-01-07 19:06 Grandyang 阅读(349) 评论(0) 推荐(0)
Fork me on GitHub