摘要:        
class Solution { public: vector<string> letterCombinations(string digits) { vector<string> res; if (digits.empty()) return res; string dict[] = {"abc"    阅读全文
posted @ 2017-02-08 22:27
王坤1993
阅读(141)
评论(0)
推荐(0)
        
            
        
        
摘要:        
    阅读全文
posted @ 2017-02-08 00:07
王坤1993
阅读(145)
评论(0)
推荐(0)
        
            
        
        
摘要:        
class Solution { public: int threeSumClosest(vector<int>& nums, int target) { int closest = nums[0] + nums[1] + nums[2]; int diff = abs(closest - targ    阅读全文
posted @ 2017-02-08 00:03
王坤1993
阅读(105)
评论(0)
推荐(0)
        

浙公网安备 33010602011771号