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 listFeb 21, 2026 18:20Daniel MastalerzDaniel MastalerzScore: 5,547Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 21, 2026 18:195,50475,564,13242,642,0003,045,0002,326,528
2Feb 21, 2026 18:205,51275,594,43141,771,0003,978,0002,514,944
3Feb 21, 2026 18:195,51875,338,80941,817,0003,982,0002,326,528
4Feb 21, 2026 18:195,51973,063,36342,817,0002,987,0002,326,528
5Feb 21, 2026 18:195,51973,634,12942,823,0002,987,0002,310,144
6Feb 21, 2026 18:195,52070,964,61143,823,0001,991,0002,514,944
7Feb 21, 2026 18:195,52172,216,75142,834,0002,988,0002,326,528
8Feb 21, 2026 18:195,52671,578,77342,809,0003,057,0002,285,568
9Feb 21, 2026 18:205,53873,806,53541,969,0003,997,0002,310,144
10Feb 21, 2026 18:195,53966,833,27942,974,0002,998,0002,523,136
11Feb 21, 2026 18:195,54770,117,83043,040,0003,002,0002,383,872
12Feb 21, 2026 18:195,55369,232,40042,086,0004,008,0002,269,184
13Feb 21, 2026 18:195,57571,315,21943,253,0003,017,0002,322,432
14Feb 21, 2026 18:205,58975,849,86043,427,0002,960,0002,514,944
15Feb 21, 2026 18:195,59570,841,92843,414,0003,028,0002,306,048
16Feb 21, 2026 18:195,60570,090,02543,485,0003,033,0002,260,992
17Feb 21, 2026 18:205,61373,010,29043,552,0003,038,0002,260,992
18Feb 21, 2026 18:195,61770,382,67243,580,0003,040,0002,523,136
19Feb 21, 2026 18:205,62676,840,74243,648,0003,045,0002,310,144
20Feb 21, 2026 18:205,64069,245,15542,832,0003,984,0002,519,040
21Feb 21, 2026 18:195,65670,489,58542,947,0003,995,0002,306,048