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 16, 2026 22:37Josu San MartinJosu San MartinError
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Apr 29, 2026 19:55Yuriy Lyfenko10.00CustomSolution Broken
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 19:56030,030,424,08929,999,091,000999,000290,816Killed by timeout
2Apr 16, 2026 22:374,81762,597,51337,983,0001,999,0002,408,448
3Apr 16, 2026 22:374,81964,384,30838,001,0002,000,0002,498,560
4Apr 16, 2026 22:374,82564,923,55438,044,0002,002,0002,285,568
5Apr 16, 2026 22:374,82960,610,11838,075,0002,003,0002,285,568
6Apr 16, 2026 22:374,83665,673,17138,130,0002,006,0002,502,656
7Apr 16, 2026 22:374,86561,788,39339,372,0001,009,0002,412,544
8Apr 16, 2026 22:374,86962,639,28939,404,0001,010,0002,285,568
9Apr 16, 2026 22:374,87666,105,81239,461,0001,011,0002,412,544
10Apr 16, 2026 22:374,88665,527,37639,538,0001,013,0002,285,568
11Apr 16, 2026 22:374,89571,376,16439,615,0001,015,0002,285,568
12Apr 16, 2026 22:374,90073,596,34939,651,0001,016,0002,412,544
13Apr 16, 2026 22:374,91673,144,07239,811,000995,0002,404,352
14Apr 16, 2026 22:424,91867,664,86038,830,0001,991,0002,285,568
15Apr 16, 2026 22:424,92166,281,69038,853,0001,992,0002,502,656
16Apr 16, 2026 22:374,92965,116,02638,912,0001,995,0002,404,352
17Apr 16, 2026 22:374,95561,504,63539,124,0002,006,0002,285,568
18Apr 16, 2026 22:374,97662,834,60840,293,0001,007,0002,412,544
19Apr 16, 2026 22:364,98967,793,16240,397,0001,009,0002,281,472
20Apr 16, 2026 22:374,99062,708,86540,405,0001,010,0002,416,640
21Apr 16, 2026 22:374,99761,268,99040,464,0001,011,0002,412,544
22Apr 16, 2026 22:365,00562,079,10140,532,0001,013,0002,285,568
23Apr 16, 2026 22:375,02067,276,74040,674,000992,0002,408,448
24Apr 16, 2026 22:425,02071,296,67640,648,0001,016,0002,408,448
25Apr 16, 2026 22:375,05066,482,98239,921,0001,996,0002,412,544
26Apr 16, 2026 22:365,10062,251,64141,319,0001,007,0002,408,448
27Apr 16, 2026 22:375,18666,124,97741,044,0002,002,0002,285,568
28Apr 16, 2026 22:375,30065,235,18741,992,0001,999,0002,285,568