摘要:
leetcode上面写的难度是hard,其实很简单,前面也写了,加个buffer就好了。// Forward declaration of the read4 API.int read4(char *buf);class Solution {public: /** * @param b... 阅读全文
posted @ 2014-11-24 10:15 1957 阅读(1964) 评论(2) 推荐(0)
|
|||
|
摘要:
leetcode上面写的难度是hard,其实很简单,前面也写了,加个buffer就好了。// Forward declaration of the read4 API.int read4(char *buf);class Solution {public: /** * @param b... 阅读全文
posted @ 2014-11-24 10:15 1957 阅读(1964) 评论(2) 推荐(0) |
|||