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 4, 2026 22:33olliecrowolliecrowScore: 5,874Success
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 22:285,45169,923,51643,236,0002,010,0002,416,640
2Mar 4, 2026 22:285,46673,772,06643,351,0002,016,0002,383,872
3Mar 4, 2026 23:045,49375,137,20642,555,0003,039,0002,334,720
4Mar 4, 2026 23:045,60074,845,82643,451,0003,031,0002,404,352
5Mar 4, 2026 22:335,61072,310,57844,542,0002,024,0002,379,776
6Mar 4, 2026 22:305,64375,675,85642,849,0003,986,0002,375,680
7Mar 4, 2026 22:305,64775,474,79643,878,0002,991,0002,293,760
8Mar 4, 2026 22:335,64875,597,19342,888,0003,989,0002,363,392
9Mar 4, 2026 22:285,65175,898,44244,905,0001,995,0002,363,392
10Mar 4, 2026 22:305,66872,348,92944,041,0003,002,0002,461,696
11Mar 4, 2026 23:045,67175,351,82146,071,0001,001,0002,265,088
12Mar 4, 2026 22:335,68573,085,47843,169,0004,015,0002,494,464
13Mar 4, 2026 22:305,79177,391,51145,062,0003,004,0002,387,968
14Mar 4, 2026 22:285,85478,584,77646,562,0002,024,0002,433,024
15Mar 4, 2026 23:045,86775,447,16744,721,0003,975,0002,338,816
16Mar 4, 2026 22:285,87473,167,69046,768,0001,990,0002,387,968
17Mar 4, 2026 22:285,87874,682,40747,795,000995,0002,408,448
18Mar 4, 2026 22:335,88078,063,55944,819,0003,983,0002,494,464
19Mar 4, 2026 22:285,93278,307,92846,224,0003,014,0002,301,952
20Mar 4, 2026 22:285,93273,779,39345,215,0004,019,0002,433,024
21Mar 4, 2026 22:305,93577,344,06247,253,0002,010,0002,289,664
22Mar 4, 2026 22:335,95074,533,90647,369,0002,015,0002,437,120
23Mar 4, 2026 23:045,96275,504,04346,454,0003,029,0002,506,752
24Mar 4, 2026 22:285,96475,897,25145,460,0004,040,0002,367,488
25Mar 4, 2026 22:336,00178,206,64847,815,0001,992,0002,338,816
26Mar 4, 2026 22:286,00179,584,25347,816,0001,992,0002,420,736
27Mar 4, 2026 22:286,00274,295,16047,824,0001,992,0002,273,280
28Mar 4, 2026 22:286,01083,884,09547,892,0001,995,0002,498,560
29Mar 4, 2026 22:306,03280,089,79246,061,0004,005,0002,334,720
30Mar 4, 2026 23:046,05076,858,36148,207,0002,008,0002,498,560