查查BufferedReader JDK文档:
Reads text from a character-input stream, buffering characters so as to provide for the
efficient reading of characters, arrays, and lines.
应该是效率更高,为什么效率高?
查了查,应该是这样先缓存能够...
分类:
编程语言 时间:
2015-07-20 16:19:32
阅读次数:
144
Jessica's Reading Problem
Time Limit: 1000MS
Memory Limit: 65536KB
64bit IO Format: %I64d & %I64u
Submit
Status
Description
Jessica's a very lovely girl wooed b...
分类:
其他好文 时间:
2015-07-19 16:34:47
阅读次数:
179
Physiological Processes of Speech Production--Reading Notes (8)...
分类:
其他好文 时间:
2015-07-18 02:07:14
阅读次数:
131
快速幂#include#include#include#include#includeusing namespace std;long long n,MOD;long long cal(long long a,long long b,long long mod){ long long c=1;...
分类:
其他好文 时间:
2015-07-17 20:20:12
阅读次数:
127
Physiological Processes of Speech Production--Reading Notes (6)...
分类:
其他好文 时间:
2015-07-16 17:01:07
阅读次数:
174
Physiological Processes of Speech Production--Reading Notes (7)...
分类:
其他好文 时间:
2015-07-16 16:51:40
阅读次数:
106
Physiological Processes of Speech Production--Reading Notes (5)...
分类:
其他好文 时间:
2015-07-16 02:11:42
阅读次数:
227
Jessica’s Reading Problem ( POJ No.3320)
为了准备考试, Jessica 开始读一本很厚的课本。要想通过考试,必须把课本中所有的知识点都掌握。这本书总共有 P 页,第 i 页恰好有一个知识点 ai(每个知识点都有一个整数编号)。全书中同一个知识点可能会被多次提到,所以她希望通过阅读其中连续的一些页把所有的知识点都覆盖到。给定每页写到的知识点,请求出要阅读...
分类:
其他好文 时间:
2015-07-14 18:18:14
阅读次数:
105