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 3, 2026 12:50zielajzielajScore: 3,484Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 12:513,42549,156,82227,410,0001,015,0002,428,928
2Apr 3, 2026 12:513,42846,492,79626,420,0002,032,0002,433,024
3Apr 3, 2026 12:513,43248,921,13327,465,0001,017,0002,424,832
4Apr 4, 2026 17:343,44250,288,50627,547,0001,020,0002,519,040
5Apr 3, 2026 12:513,44652,050,46427,579,0001,021,0002,424,832
6Apr 3, 2026 12:513,44655,023,30727,583,0001,021,0002,433,024
7Apr 3, 2026 12:513,45353,103,68527,641,0001,023,0002,433,024
8Apr 3, 2026 12:503,47453,819,09726,849,0001,988,0002,510,848
9Apr 4, 2026 17:343,47853,383,14727,872,000995,0002,433,024
10Apr 4, 2026 17:333,47858,106,69727,869,000995,0002,519,040
11Apr 3, 2026 12:503,48449,185,58826,923,0001,994,0002,523,136
12Apr 3, 2026 12:503,48853,727,13826,955,0001,996,0002,433,024
13Apr 3, 2026 12:513,53857,784,71428,357,0001,012,0002,433,024
14Apr 3, 2026 12:513,63350,169,26628,147,0002,010,0002,519,040
15Apr 4, 2026 17:343,64352,924,86328,221,0002,015,0002,433,024
16Apr 4, 2026 17:333,65849,112,50029,348,0001,012,0002,482,176
17Apr 3, 2026 12:513,65953,002,33329,360,0001,012,0002,433,024
18Apr 4, 2026 17:333,67249,238,75829,463,0001,015,0002,510,848
19Apr 3, 2026 12:503,70056,256,07229,687,0001,023,0002,510,848
20Apr 3, 2026 12:503,77659,249,60530,333,0001,011,0002,510,848
21Apr 3, 2026 12:503,77958,550,06829,344,0002,023,0002,424,832