摘要: 描述: Given an array S of n integers,are there elements a,b,c in S such that a+b+c=0?find all unique triplets in the array which gives the sum of zero. 阅读全文
posted @ 2017-02-14 18:34 请叫我小小兽 阅读(128) 评论(0) 推荐(0)
摘要: 题目原文: implement atoi to convert a string to an integer. Hint:Carefully consider all possible input cases.if you want a challenge,please do not see bel 阅读全文
posted @ 2017-02-14 15:23 请叫我小小兽 阅读(1449) 评论(0) 推荐(0)