对齐
文章平均质量分 72
jmspan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode 157. Read N Characters Given Read4(读文件流)
原题网址:https://leetcode.com/problems/read-n-characters-given-read4/ The API: int read4(char *buf) reads 4 characters at a time from a file. The return value is the actual number of characters re原创 2016-05-26 00:48:11 · 654 阅读 · 0 评论 -
LeetCode 158. Read N Characters Given Read4 II - Call multiple times(读文件流)
原题网址:https://leetcode.com/problems/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 value is the actual原创 2016-05-26 00:47:49 · 1111 阅读 · 0 评论
分享