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 24, 2026 18:53Daniel MastalerzDaniel MastalerzScore: 5,560Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 24, 2026 18:435,48073,576,58342,452,0003,032,0002,310,144
2Feb 24, 2026 19:175,48465,377,18943,498,0002,023,0002,326,528
3Feb 24, 2026 18:535,48773,415,75442,505,0003,036,0002,523,136
4Feb 24, 2026 18:435,48870,145,18542,514,0003,036,0002,326,528
5Feb 24, 2026 19:175,49070,821,76942,530,0003,037,0002,265,088
6Feb 24, 2026 18:545,49174,062,75342,535,0003,038,0002,523,136
7Feb 24, 2026 18:565,50177,217,14642,616,0003,044,0002,363,392
8Feb 24, 2026 19:175,50175,215,09842,615,0003,043,0002,326,528
9Feb 24, 2026 18:535,50372,525,97243,643,0002,029,0002,326,528
10Feb 24, 2026 18:435,51576,207,47941,791,0003,980,0002,314,240
11Feb 24, 2026 18:565,51772,180,57043,797,0001,990,0002,314,240
12Feb 24, 2026 18:545,51976,708,52342,824,0002,987,0002,314,240
13Feb 24, 2026 18:535,52170,410,22341,841,0003,984,0002,265,088
14Feb 24, 2026 18:565,52175,467,05541,837,0003,984,0002,514,944
15Feb 24, 2026 18:545,52277,250,71741,848,0003,985,0002,265,088
16Feb 24, 2026 19:175,56068,309,45342,139,0004,013,0002,514,944
17Feb 24, 2026 18:435,56370,351,68142,159,0004,015,0002,514,944
18Feb 24, 2026 18:565,57269,640,25042,228,0004,021,0002,318,336
19Feb 24, 2026 18:545,57266,663,19642,225,0004,021,0002,363,392
20Feb 24, 2026 18:565,58069,794,86243,293,0003,020,0002,306,048
21Feb 24, 2026 18:545,58169,220,02742,294,0004,028,0002,318,336
22Feb 24, 2026 18:545,58468,694,27542,316,0004,030,0002,285,568
23Feb 24, 2026 18:535,58574,045,85042,322,0004,030,0002,318,336
24Feb 24, 2026 18:435,58772,759,11244,353,0002,016,0002,514,944
25Feb 24, 2026 19:175,58975,407,24343,361,0003,025,0002,285,568
26Feb 24, 2026 18:435,58973,081,67043,362,0003,025,0002,318,336
27Feb 24, 2026 18:535,60473,915,00342,466,0004,044,0002,318,336
28Feb 24, 2026 18:565,61779,115,96543,583,0003,040,0002,260,992
29Feb 24, 2026 18:535,62074,696,50243,605,0003,042,0002,318,336
30Feb 24, 2026 19:175,62275,167,24944,631,0002,028,0002,318,336