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 19, 2026 22:33Daniel MastalerzDaniel MastalerzScore: 5,763Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 21:565,73078,377,93446,544,0001,011,0002,265,088
2Feb 19, 2026 21:565,73274,737,97544,540,0003,036,0002,330,624
3Feb 19, 2026 23:265,73474,691,79645,566,0002,025,0002,310,144
4Feb 19, 2026 22:045,73674,530,98745,582,0002,025,0002,269,184
5Feb 19, 2026 21:565,73781,422,69344,577,0003,039,0002,265,088
6Feb 19, 2026 21:565,73879,969,27044,586,0003,039,0002,330,624
7Feb 19, 2026 21:565,73972,329,02545,606,0002,026,0002,277,376
8Feb 19, 2026 22:325,74973,704,69743,743,0003,976,0002,310,144
9Feb 19, 2026 22:045,75078,120,45343,748,0003,977,0002,293,760
10Feb 19, 2026 21:565,75974,954,66845,806,0001,991,0002,269,184
11Feb 19, 2026 22:335,75977,458,89643,819,0003,983,0002,330,624
12Feb 19, 2026 22:335,76077,964,49444,817,0002,987,0002,265,088
13Feb 19, 2026 23:265,76076,780,67745,814,0001,991,0002,326,528
14Feb 19, 2026 22:335,76078,606,33546,816,000996,0002,277,376
15Feb 19, 2026 22:325,76077,942,89543,824,0003,984,0002,330,624
16Feb 19, 2026 21:565,76180,948,99644,827,0002,988,0002,310,144
17Feb 19, 2026 21:565,76181,070,39445,824,0001,992,0002,273,280
18Feb 19, 2026 22:325,76278,350,12143,836,0003,985,0002,277,376
19Feb 19, 2026 22:325,76380,561,02445,840,0001,993,0002,269,184
20Feb 19, 2026 22:045,76374,660,69743,848,0003,986,0002,306,048
21Feb 19, 2026 23:265,76470,601,08943,858,0003,987,0002,277,376
22Feb 19, 2026 22:325,76769,311,34243,875,0003,988,0002,273,280
23Feb 19, 2026 22:045,81170,783,79244,209,0004,019,0002,260,992
24Feb 19, 2026 22:325,81575,116,05344,242,0004,022,0002,265,088
25Feb 19, 2026 22:335,82471,278,14444,310,0004,028,0002,322,432
26Feb 19, 2026 21:565,83269,818,63844,375,0004,034,0002,322,432
27Feb 19, 2026 22:045,84069,455,03745,447,0003,029,0002,269,184
28Feb 19, 2026 22:045,84476,697,60445,472,0003,031,0002,265,088
29Feb 19, 2026 22:325,84676,502,07546,500,0002,021,0002,289,664
30Feb 19, 2026 21:565,84776,840,00745,499,0003,033,0002,265,088
31Feb 19, 2026 23:265,84878,051,72445,503,0003,033,0002,322,432
32Feb 19, 2026 23:265,85076,101,02145,522,0003,034,0002,301,952
33Feb 19, 2026 22:325,85075,197,60546,534,0002,023,0002,269,184
34Feb 19, 2026 21:565,85575,417,00044,546,0004,049,0002,310,144
35Feb 19, 2026 22:335,87675,381,04744,790,0003,981,0002,273,280
36Feb 19, 2026 23:265,88073,995,24845,818,0002,988,0002,310,144
37Feb 19, 2026 22:335,88178,144,72945,823,0002,988,0002,273,280
38Feb 19, 2026 22:325,88674,836,96645,866,0002,991,0002,301,952
39Feb 19, 2026 21:565,90878,109,12946,035,0003,002,0002,326,528