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 23:16Juraj ZelmanJuraj ZelmanScore: 7,128Success
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 23:167,06383,609,43558,619,00002,359,296
2Feb 21, 2026 23:167,06784,307,18457,644,0001,011,0002,359,296
3Feb 21, 2026 23:167,09482,173,99556,883,0001,995,0002,359,296
4Feb 21, 2026 23:167,09980,950,56057,920,000998,0002,359,296
5Feb 21, 2026 23:167,10082,105,35957,930,000998,0002,285,568
6Feb 21, 2026 23:167,10683,058,71756,982,0001,999,0002,285,568
7Feb 21, 2026 23:167,11281,716,87558,028,0001,000,0002,293,760
8Feb 21, 2026 23:167,11783,531,03158,073,0001,001,0002,285,568
9Feb 21, 2026 23:167,12380,386,67957,114,0002,004,0002,363,392
10Feb 21, 2026 23:167,12880,989,90557,160,0002,005,0002,293,760
11Feb 21, 2026 23:167,12985,878,41757,167,0002,005,0002,285,568
12Feb 21, 2026 23:167,13085,738,49257,176,0002,006,0002,293,760
13Feb 21, 2026 23:167,14083,065,23658,256,0001,004,0002,293,760
14Feb 21, 2026 23:167,16281,465,05759,444,00002,461,696
15Feb 21, 2026 23:167,17685,081,99759,561,00002,293,760
16Feb 21, 2026 23:167,20688,902,14857,819,0001,993,0002,293,760
17Feb 21, 2026 23:167,23483,444,87658,044,0002,001,0002,293,760
18Feb 21, 2026 23:167,30690,933,67759,630,0001,010,0002,285,568