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 21, 2026 18:16olliecrowolliecrowScore: 5,873Success
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Apr 21, 2026 18:35Yuriy Lyfenko10.00CustomSolution Held
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 1, 2026 08:435,56367,039,44142,161,0004,015,0002,449,408
2Mar 21, 2026 18:295,65368,175,65743,929,0002,995,0002,347,008
3Mar 21, 2026 18:325,65673,911,37139,951,0006,991,0002,437,120
4Mar 21, 2026 18:295,71469,398,14845,412,0002,018,0002,408,448
5Apr 1, 2026 08:435,73375,829,70344,549,0003,037,0002,297,856
6Apr 1, 2026 08:435,74179,608,94242,585,0005,069,0002,453,504
7Mar 21, 2026 18:225,76176,414,65145,825,0001,992,0002,363,392
8Mar 21, 2026 17:345,76368,274,21646,813,0001,017,0002,420,736
9Mar 21, 2026 17:555,76770,627,42745,871,0001,994,0002,383,872
10Mar 21, 2026 17:555,77269,387,66545,910,0001,996,0002,506,752
11Mar 21, 2026 18:295,80270,808,96545,145,0003,009,0002,400,256
12Mar 21, 2026 17:585,81775,650,10644,255,0004,023,0002,473,984
13Mar 21, 2026 17:435,82674,435,05446,338,0002,014,0002,359,296
14Mar 21, 2026 18:115,83268,267,19546,391,0002,017,0002,506,752
15Mar 21, 2026 18:325,83572,717,05947,422,0001,008,0002,310,144
16Mar 21, 2026 17:345,83972,406,73845,432,0003,028,0002,396,160
17Mar 21, 2026 18:075,84075,291,29545,444,0003,029,0002,277,376
18Mar 21, 2026 17:435,84275,903,85644,451,0004,041,0002,289,664
19Mar 21, 2026 18:225,85779,211,93547,597,0001,012,0002,322,432
20Mar 21, 2026 18:075,87374,270,74545,762,0002,984,0002,424,832
21Mar 21, 2026 17:585,88076,366,14547,812,000996,0002,338,816
22Mar 21, 2026 18:075,88379,039,65345,840,0002,989,0002,326,528
23Mar 21, 2026 18:095,88571,083,50446,852,0001,993,0002,322,432
24Mar 21, 2026 18:095,89475,278,24343,928,0004,991,0002,400,256
25Mar 21, 2026 17:435,89774,417,81247,946,000998,0002,453,504
26Mar 21, 2026 17:585,90470,223,76547,002,0002,000,0002,318,336
27Mar 21, 2026 18:165,91677,999,57645,097,0004,008,0002,383,872
28Mar 21, 2026 17:585,91680,652,82145,091,0004,008,0002,363,392
29Mar 21, 2026 17:585,91670,983,30147,097,0002,004,0002,383,872
30Mar 21, 2026 18:225,92471,523,14646,159,0003,010,0002,289,664
31Mar 21, 2026 18:115,96074,754,74247,451,0002,019,0002,371,584
32Mar 21, 2026 17:345,96973,154,35648,532,0001,011,0002,314,240
33Mar 21, 2026 18:095,97980,040,79646,591,0003,038,0002,383,872
34Mar 21, 2026 18:166,00078,115,74144,822,0004,980,0002,400,256
35Mar 21, 2026 18:166,01170,997,79845,897,0003,991,0002,363,392
36Mar 21, 2026 18:116,02279,632,30244,986,0004,998,0002,371,584
37Mar 21, 2026 17:586,10970,341,17247,663,0003,042,0002,387,968
38Mar 21, 2026 17:556,16172,813,14946,126,0005,013,0002,359,296
39Mar 21, 2026 18:326,31878,722,76849,415,0003,025,0002,482,176