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 18, 2026 09:57wnwnScore: 7,202Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2026 09:576,26472,660,18148,989,0002,999,0002,359,296
2Feb 18, 2026 10:096,27475,720,88250,069,0002,002,0002,424,832
3Feb 18, 2026 10:096,32178,867,52749,437,0003,026,0002,363,392
4Feb 18, 2026 09:576,37880,005,19549,944,0002,996,0002,301,952
5Feb 18, 2026 09:576,38881,845,77149,021,0004,001,0002,342,912
6Feb 18, 2026 10:096,42478,435,95650,300,0003,018,0002,347,008
7Feb 18, 2026 10:097,09780,923,46456,912,0001,996,0002,514,944
8Feb 18, 2026 10:097,14688,804,74955,290,0004,021,0002,473,984
9Feb 18, 2026 10:097,14883,408,49857,317,0002,011,0002,363,392
10Feb 18, 2026 09:577,20286,061,68457,788,0001,992,0002,375,680
11Feb 18, 2026 10:097,20592,831,03856,809,0002,989,0002,510,848
12Feb 18, 2026 09:577,21182,509,84555,863,0003,990,0002,498,560
13Feb 18, 2026 10:097,22883,551,81155,996,0003,999,0002,396,160
14Feb 18, 2026 10:097,23683,307,45456,054,0004,003,0002,514,944
15Feb 18, 2026 10:097,24986,253,09158,160,0002,005,0002,453,504
16Feb 18, 2026 09:577,32587,473,79457,805,0002,989,0002,510,848
17Feb 18, 2026 10:097,33983,742,41857,921,0002,995,0002,482,176
18Feb 18, 2026 10:097,72283,628,64763,089,0001,001,0002,347,008