摘要: 158. Read N Characters Given Read4 II - Call multiple times 题目: The API: int read4(char *buf) reads 4 characters at a time from a file. The return val 阅读全文
posted @ 2016-12-28 12:28 会咬人的兔子 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 149. Max Points on a Line unordered_map<float, int> hash 记录的是斜率对应的点数 unordered_map<float, int>::iterator it = hash.begin(); it != hash.end(); it++ 斜率k 阅读全文
posted @ 2016-12-28 04:22 会咬人的兔子 阅读(101) 评论(0) 推荐(0) 编辑