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 6, 2026 17:55wnwnScore: 4,359Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 6, 2026 18:094,31664,222,13333,835,0001,990,0002,273,280
2Mar 6, 2026 17:584,31759,675,31534,836,000995,0002,490,368
3Mar 6, 2026 17:564,32161,428,48633,876,0001,992,0002,273,280
4Mar 6, 2026 18:024,32860,619,86133,929,0001,995,0002,273,280
5Mar 6, 2026 18:094,33159,762,23433,953,0001,997,0002,273,280
6Mar 6, 2026 17:584,33756,958,31834,001,0002,000,0002,273,280
7Mar 6, 2026 17:584,34253,193,43434,036,0002,002,0002,531,328
8Mar 6, 2026 17:584,34358,768,88634,049,0002,002,0002,498,560
9Mar 6, 2026 18:094,34359,579,83334,048,0002,002,0002,273,280
10Mar 6, 2026 18:104,34656,763,71934,070,0002,004,0002,273,280
11Mar 6, 2026 18:104,34861,155,15734,085,0002,005,0002,502,656
12Mar 6, 2026 18:104,35055,290,01234,103,0002,006,0002,527,232
13Mar 6, 2026 18:104,35455,600,61934,128,0002,007,0002,490,368
14Mar 6, 2026 17:584,35460,674,81234,133,0002,007,0002,273,280
15Mar 6, 2026 18:104,35557,754,21534,138,0002,008,0002,502,656
16Mar 6, 2026 18:104,35559,693,21534,141,0002,008,0002,494,464
17Mar 6, 2026 17:584,35960,679,08434,170,0002,010,0002,273,280
18Mar 6, 2026 18:094,36057,310,11734,182,0002,010,0002,490,368
19Mar 6, 2026 17:584,36057,869,82734,178,0002,010,0002,273,280
20Mar 6, 2026 17:584,36558,665,68635,223,0001,006,0002,273,280
21Mar 6, 2026 18:094,37356,797,85735,285,0001,008,0002,494,464
22Mar 6, 2026 18:104,37655,304,89935,314,0001,008,0002,273,280
23Mar 6, 2026 18:094,37859,241,25434,318,0002,018,0002,494,464
24Mar 6, 2026 18:104,38061,069,73835,348,0001,009,0002,502,656
25Mar 6, 2026 18:104,38157,910,82135,355,0001,010,0002,486,272
26Mar 6, 2026 18:024,38359,272,18435,369,0001,010,0002,273,280
27Mar 6, 2026 17:584,38359,322,75535,369,0001,010,0002,494,464
28Mar 6, 2026 17:564,38362,116,34635,373,0001,010,0002,490,368
29Mar 6, 2026 17:564,38460,334,67935,376,0001,010,0002,273,280
30Mar 6, 2026 18:024,39161,234,10335,431,0001,012,0002,273,280
31Mar 6, 2026 18:094,42064,920,36735,665,0001,019,0002,486,272
32Mar 6, 2026 18:094,47271,293,19635,110,0002,006,0002,486,272
33Mar 6, 2026 18:094,80961,169,29037,916,0001,995,0002,531,328