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 listMar 5, 2026 01:36olliecrowolliecrowScore: 5,596Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 23:585,20969,403,23941,225,0002,011,0002,338,816
2Mar 4, 2026 23:585,22369,747,04039,318,0004,032,0002,351,104
3Mar 4, 2026 23:585,23566,468,12641,427,0002,020,0002,424,832
4Mar 4, 2026 23:585,24367,830,19140,481,0003,036,0002,396,160
5Mar 4, 2026 23:585,27874,674,88340,822,0002,987,0002,379,776
6Mar 4, 2026 23:585,29873,916,25540,978,0002,998,0002,273,280
7Mar 4, 2026 23:545,30072,617,37340,990,0002,999,0002,494,464
8Mar 5, 2026 01:365,30772,220,91942,048,0002,002,0002,330,624
9Mar 4, 2026 23:585,40771,125,43343,879,000997,0002,310,144
10Mar 4, 2026 23:545,42170,593,85943,992,000999,0002,338,816
11Mar 4, 2026 23:585,42870,606,10442,048,0003,003,0002,383,872
12Mar 4, 2026 23:585,43974,392,15342,131,0003,009,0002,428,928
13Mar 4, 2026 23:545,46776,061,60443,363,0002,016,0002,379,776
14Mar 5, 2026 01:365,59176,732,13443,379,0003,026,0002,301,952
15Mar 4, 2026 23:545,59672,292,55843,421,0003,029,0002,334,720
16Mar 5, 2026 01:365,59675,013,76143,418,0003,029,0002,428,928
17Mar 4, 2026 23:545,61275,030,06745,566,0001,012,0002,347,008
18Mar 4, 2026 23:545,65877,370,97342,964,0003,996,0002,301,952
19Mar 4, 2026 23:545,67180,153,63640,057,0007,010,0002,338,816
20Mar 4, 2026 23:585,68771,771,81544,188,0003,012,0002,494,464
21Mar 4, 2026 23:545,69478,475,68246,257,0001,005,0002,338,816
22Mar 5, 2026 01:365,74675,948,27344,646,0003,044,0002,322,432
23Mar 4, 2026 23:545,75974,719,62544,809,0002,987,0002,473,984
24Mar 4, 2026 23:545,75972,156,50945,808,0001,991,0002,433,024
25Mar 4, 2026 23:545,77279,969,75240,924,0006,987,0002,416,640
26Mar 5, 2026 01:365,79276,821,97744,069,0004,006,0002,273,280
27Mar 4, 2026 23:545,82172,885,25246,302,0002,013,0002,449,408
28Mar 4, 2026 23:585,85373,514,68545,542,0003,036,0002,490,368
29Mar 5, 2026 01:365,85585,470,37746,571,0002,024,0002,404,352
30Mar 4, 2026 23:585,89773,586,88245,948,0002,996,0002,490,368