摘要:
题目描述如下 Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which give 阅读全文
摘要:
二分查找:C++ primer p772 773(占坑,改天写到博客上来) "string删除末尾元素的几种方法" 最合适:s.pop_back() 阅读全文
摘要:
今天因为好奇扒取了 leetcode 服务器端的开发环境。 方法:随便找个题,利用stdout 输出系统信息,如下: 完整信息如下: === os information === Linux version 4.4.0 131 generic (buildd@lgw01 amd64 015) (gc 阅读全文