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 18, 2026 01:39Yuriy LyfenkoYuriy LyfenkoScore: 5,805Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 18, 2026 01:395,71269,703,79745,394,0002,017,0002,306,048
2Mar 18, 2026 01:385,71971,678,78645,447,0002,019,0002,285,568
3Mar 18, 2026 01:395,73274,782,60746,565,0001,012,0002,285,568
4Mar 18, 2026 01:385,73775,541,17045,589,0002,026,0002,285,568
5Mar 18, 2026 01:385,74479,212,35745,647,0002,028,0002,293,760
6Mar 18, 2026 01:395,76373,307,74045,838,0001,992,0002,314,240
7Mar 18, 2026 01:385,76473,481,53844,849,0002,989,0002,293,760
8Mar 18, 2026 01:395,76580,504,04045,853,0001,993,0002,285,568
9Mar 18, 2026 01:385,78080,133,18845,974,0001,998,0002,285,568
10Mar 18, 2026 01:385,80575,371,44945,173,0003,011,0002,285,568
11Mar 18, 2026 01:395,83874,269,14646,480,0001,977,0002,285,568
12Mar 18, 2026 01:385,88081,644,09246,816,0001,992,0002,285,568
13Mar 18, 2026 01:395,88375,181,75245,839,0002,989,0002,285,568
14Mar 18, 2026 01:395,88578,079,93146,850,0001,993,0002,301,952
15Mar 18, 2026 01:385,89674,579,10046,936,0001,997,0002,285,568
16Mar 18, 2026 01:385,90376,291,99146,997,0001,999,0002,420,736
17Mar 18, 2026 01:395,91078,735,64546,046,0003,003,0002,285,568
18Mar 18, 2026 01:396,01076,436,43346,893,0002,993,0002,285,568