Parse integers Sergey Svistunov

Compute the sum of integers read from STDIN as fast as possible.

Input: 50 000 000 lines, each containing one integer in the range [0; 2147483647].

629871117
2024562523
1372689083
1021777120
2111176472

Output: The uint64 sum of all numbers, printed as a decimal string.

Note: Integer overflow is expected – use a 64-bit accumulator.

Back to listApr 1, 2026 00:59zielajzielajScore: 3,413Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 1, 2026 00:493,39151,325,01026,135,0002,010,0002,437,120
2Apr 1, 2026 00:573,39253,316,54226,140,0002,010,0002,424,832
3Apr 1, 2026 00:573,39550,183,03526,165,0002,012,0002,428,928
4Apr 1, 2026 00:483,39849,564,04026,192,0002,014,0002,510,848
5Apr 1, 2026 00:593,40150,824,94626,211,0002,016,0002,433,024
6Apr 1, 2026 00:493,40149,109,36826,210,0002,016,0002,523,136
7Apr 1, 2026 00:573,40354,134,32426,232,0002,017,0002,519,040
8Apr 1, 2026 00:473,40548,155,25927,256,0001,009,0002,510,848
9Apr 1, 2026 00:473,40650,199,47727,257,0001,009,0002,441,216
10Apr 1, 2026 00:493,40950,840,98727,288,0001,010,0002,510,848
11Apr 1, 2026 00:473,41052,055,03227,290,0001,010,0002,510,848
12Apr 1, 2026 00:473,41049,117,31727,295,0001,010,0002,519,040
13Apr 1, 2026 00:493,41151,598,43427,297,0001,011,0002,519,040
14Apr 1, 2026 00:573,41149,063,28527,303,0001,011,0002,510,848
15Apr 1, 2026 00:483,41252,618,50627,311,0001,011,0002,519,040
16Apr 1, 2026 00:473,41251,427,52827,305,0001,011,0002,428,928
17Apr 1, 2026 00:473,41350,393,65527,319,0001,011,0002,510,848
18Apr 1, 2026 00:473,41351,523,89927,320,0001,011,0002,519,040
19Apr 1, 2026 00:573,41350,074,37527,317,0001,011,0002,478,080
20Apr 1, 2026 00:573,41453,120,91227,322,0001,011,0002,482,176
21Apr 1, 2026 00:493,41848,050,83827,355,0001,013,0002,433,024
22Apr 1, 2026 00:473,41853,417,99127,356,0001,013,0002,433,024
23Apr 1, 2026 00:473,41849,477,58227,354,0001,013,0002,433,024
24Apr 1, 2026 00:593,42055,134,05327,370,0001,013,0002,433,024
25Apr 1, 2026 00:593,42147,868,01027,381,0001,014,0002,510,848
26Apr 1, 2026 00:593,42349,728,36327,401,0001,014,0002,478,080
27Apr 1, 2026 00:483,43547,531,81527,489,0001,018,0002,269,184
28Apr 1, 2026 00:493,44251,085,07127,552,0001,020,0002,519,040
29Apr 1, 2026 00:573,49855,903,75727,035,0002,002,0002,510,848
30Apr 1, 2026 00:573,50360,452,62627,070,0002,005,0002,510,848
31Apr 1, 2026 00:573,51349,524,38828,150,0001,005,0002,433,024
32Apr 1, 2026 00:593,60953,830,90727,957,0001,996,0002,433,024
33Apr 1, 2026 00:593,65051,679,22329,286,0001,009,0002,433,024