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 15, 2026 11:01Dominique GarmierDominique GarmierScore: 8,588Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 08:058,48993,877,57369,452,0001,006,0002,412,544
2Mar 15, 2026 11:018,49696,334,41669,507,0001,007,0002,289,664
3Mar 19, 2026 16:588,500100,266,11469,544,0001,007,0002,289,664
4Mar 20, 2026 08:308,52698,102,66568,771,0001,993,0002,408,448
5Mar 20, 2026 07:558,53195,494,88469,811,000997,0002,408,448
6Mar 20, 2026 08:058,54697,539,79368,936,0001,998,0002,289,664
7Mar 20, 2026 07:558,54797,714,56068,942,0001,998,0002,404,352
8Mar 19, 2026 16:588,56099,819,44670,044,0001,000,0002,289,664
9Mar 20, 2026 08:058,57891,488,99369,190,0002,005,0002,408,448
10Mar 20, 2026 08:308,58289,493,23469,228,0002,006,0002,289,664
11Mar 20, 2026 07:548,58895,802,78569,274,0002,007,0002,289,664
12Mar 19, 2026 22:038,60392,162,66470,399,0001,005,0002,404,352
13Mar 19, 2026 22:038,61393,316,79371,487,00002,514,944
14Mar 20, 2026 07:548,62395,283,57870,560,0001,008,0002,404,352
15Mar 20, 2026 08:308,64898,111,16269,784,0001,993,0002,519,040
16Mar 19, 2026 16:588,650100,768,65170,800,000997,0002,408,448
17Mar 20, 2026 07:558,65598,673,72569,841,0001,995,0002,289,664
18Mar 19, 2026 22:038,673100,410,39871,984,00002,404,352
19Mar 15, 2026 11:018,678102,173,21670,024,0002,000,0002,289,664
20Mar 20, 2026 07:548,67999,261,90470,035,0002,001,0002,289,664
21Mar 15, 2026 11:018,749102,102,32071,609,0001,008,0002,400,256