20 人解决,39 人已尝试。
54 份提交通过,共有 186 份提交。
5.8 EMB 奖励。
单点时限: 1.0 sec
内存限制: 256 MB
输入一系列整数,求和
一系列整数,在
单测试点文件大小不超过 100MB。
输出所有出现的数的和。由于结果可能很大,模
1 2 3 4 5 6 7 8 9 10
55
请注意输入输出上的优化。
推荐使用 fread
: size_t fread(void *buffer, size_t size, size_t count, FILE *stream); // reads an array of count elements, each one with a size of size bytes, from the stream and stores them in the block of memory specified by buffer; the total number of elements successfully read is returned.
20 人解决,39 人已尝试。
54 份提交通过,共有 186 份提交。
5.8 EMB 奖励。
创建: 7 年,7 月前.
修改: 7 年,6 月前.
最后提交: 1 年,1 月前.
来源: N/A