摘要: Given an integer number n, return the difference between the product of its digits and the sum of its digits. Example 1: Input: n = 234Output: 15 Expl 阅读全文
posted @ 2020-02-11 16:23 界757 阅读(96) 评论(0) 推荐(0) 编辑
摘要: We are given a list nums of integers representing a list compressed with run-length encoding. Consider each adjacent pair of elements [a, b] = [nums[2 阅读全文
posted @ 2020-02-11 16:06 界757 阅读(105) 评论(0) 推荐(0) 编辑