技术改变命运
发布时间:2016-08-04 16:14:36
Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.在一条直线上最多的点。理解错了:理解成一条直线上距离最长的点(自己见过类似题,务必审题要细!!!!)点击(此处)折叠或打开/** * Definition for .........【阅读全文】
发布时间:2016-08-03 22:34:31
本文比较详细的介绍了可变参数的原理,并结合redis中的源码说明了va_list的使用。......【阅读全文】