03 2017 档案

摘要:题目: Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is l 阅读全文
posted @ 2017-03-19 17:40 Sindyang 阅读(188) 评论(0) 推荐(0)
摘要:题目: Given an array of n integers where n > 1, nums, return an array output such that output[i] is equal to the product of all the elements of nums exc 阅读全文
posted @ 2017-03-11 17:15 Sindyang 阅读(178) 评论(0) 推荐(0)