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 listFeb 21, 2026 01:56Josu San MartinJosu San MartinScore: 6,247Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 21, 2026 00:465,83771,319,27747,436,0001,009,0002,281,472
2Feb 21, 2026 00:475,84870,171,05747,526,0001,011,0002,449,408
3Feb 21, 2026 00:475,88375,732,12946,835,0001,993,0002,445,312
4Feb 21, 2026 00:465,96467,479,86448,488,0001,010,0002,445,312
5Feb 21, 2026 00:466,01372,848,88347,909,0001,996,0002,531,328
6Feb 21, 2026 00:476,14575,007,03349,002,0002,000,0002,289,664
7Feb 21, 2026 00:476,17972,274,25749,277,0002,011,0002,281,472
8Feb 21, 2026 01:566,20472,680,21950,483,0001,009,0002,441,216
9Feb 21, 2026 01:566,24174,658,74549,811,0001,992,0002,449,408
10Feb 21, 2026 01:566,24776,687,92549,858,0001,994,0002,281,472
11Feb 21, 2026 01:566,25675,991,97249,928,0001,997,0002,289,664
12Feb 21, 2026 00:466,26277,725,29849,979,0001,999,0002,523,136
13Feb 21, 2026 00:466,26674,835,12950,005,0002,000,0002,441,216
14Feb 21, 2026 01:566,31876,486,41251,430,0001,008,0002,289,664
15Feb 21, 2026 00:466,33282,646,88051,546,0001,010,0002,445,312
16Feb 21, 2026 00:476,33976,859,79951,600,0001,011,0002,535,424
17Feb 21, 2026 01:566,43673,194,62752,410,0001,007,0002,289,664
18Feb 21, 2026 00:477,35988,575,99659,075,0002,002,0002,289,664