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 listApr 14, 2026 10:43wnwnScore: 4,138Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 14, 2026 10:404,01960,237,02232,348,0001,010,0002,498,560
2Apr 14, 2026 10:414,03654,311,56332,483,0001,015,0002,494,464
3Apr 14, 2026 10:404,04056,355,44832,519,0001,016,0002,277,376
4Apr 14, 2026 10:404,04661,828,02432,568,0001,017,0002,486,272
5Apr 14, 2026 10:414,04759,854,77332,569,0001,017,0002,277,376
6Apr 14, 2026 10:404,05758,197,98132,649,0001,020,0002,490,368
7Apr 14, 2026 10:394,05859,235,27232,664,0001,020,0002,490,368
8Apr 14, 2026 10:434,07557,122,72331,836,0001,989,0002,277,376
9Apr 14, 2026 10:404,07563,836,52431,830,0001,989,0002,277,376
10Apr 14, 2026 10:424,07758,958,74831,845,0001,990,0002,277,376
11Apr 14, 2026 10:424,09856,249,49032,012,0002,000,0002,277,376
12Apr 14, 2026 10:404,10057,934,35032,025,0002,001,0002,277,376
13Apr 14, 2026 10:394,13458,857,73233,301,0001,009,0002,277,376
14Apr 14, 2026 10:404,13858,905,29033,338,0001,010,0002,277,376
15Apr 14, 2026 10:424,16254,692,19733,529,0001,016,0002,490,368
16Apr 14, 2026 10:414,16259,533,17333,527,0001,015,0002,277,376
17Apr 14, 2026 10:404,17164,135,12533,605,0001,018,0002,277,376
18Apr 14, 2026 10:434,20057,730,45032,865,0001,991,0002,494,464
19Apr 14, 2026 10:404,20759,280,44632,919,0001,995,0002,277,376
20Apr 14, 2026 10:404,21557,925,03032,983,0001,998,0002,277,376
21Apr 14, 2026 10:434,22255,883,90533,038,0002,002,0002,531,328
22Apr 14, 2026 10:434,23658,293,06933,148,0002,008,0002,277,376
23Apr 14, 2026 10:404,23959,391,44934,180,0001,005,0002,277,376
24Apr 14, 2026 10:394,26258,897,83234,368,0001,010,0002,277,376
25Apr 14, 2026 10:434,28962,376,82634,578,0001,017,0002,277,376
26Apr 14, 2026 10:404,31763,659,14333,838,0001,990,0002,277,376
27Apr 14, 2026 10:434,69467,844,07136,965,0001,998,0002,277,376