摘要:        
题目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...    
阅读全文
摘要:        
题目Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the tw...    
阅读全文