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 14:17Daniel MastalerzDaniel MastalerzScore: 5,584Success
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 14:175,54572,720,53642,021,0004,002,0002,322,432
2Feb 21, 2026 14:175,55168,894,89042,070,0004,006,0002,326,528
3Feb 21, 2026 14:175,55667,138,95943,111,0003,007,0002,523,136
4Feb 21, 2026 14:175,55674,368,34843,110,0003,007,0002,310,144
5Feb 21, 2026 14:175,55670,671,46843,108,0003,007,0002,326,528
6Feb 21, 2026 14:175,55870,351,48542,124,0004,011,0002,314,240
7Feb 21, 2026 14:175,56069,488,16943,142,0003,009,0002,322,432
8Feb 21, 2026 14:175,56373,492,84942,162,0004,015,0002,326,528
9Feb 21, 2026 14:175,56574,417,32142,177,0004,016,0002,269,184
10Feb 21, 2026 14:175,56872,646,69942,199,0004,019,0002,326,528
11Feb 21, 2026 14:175,56975,097,03642,207,0004,019,0002,326,528
12Feb 21, 2026 14:175,57372,158,25242,235,0004,022,0002,269,184
13Feb 21, 2026 14:175,58069,083,37742,287,0004,027,0002,265,088
14Feb 21, 2026 14:175,58469,972,04842,318,0004,030,0002,265,088
15Feb 21, 2026 14:175,59371,422,30343,391,0003,027,0002,273,280
16Feb 21, 2026 14:175,60069,374,89343,448,0003,031,0002,273,280
17Feb 21, 2026 14:175,60774,299,49342,493,0004,047,0002,306,048
18Feb 21, 2026 14:175,65271,604,05042,920,0003,992,0002,326,528
19Feb 21, 2026 14:175,65569,684,03742,940,0003,994,0002,318,336
20Feb 21, 2026 14:175,66175,025,48342,989,0003,999,0002,306,048
21Feb 21, 2026 14:175,66270,092,70042,996,0003,999,0002,281,472
22Feb 21, 2026 14:175,68776,291,80743,182,0004,017,0002,277,376
23Feb 21, 2026 14:175,69375,915,48243,228,0004,021,0002,322,432
24Feb 21, 2026 14:175,69470,953,09443,239,0004,022,0002,269,184
25Feb 21, 2026 14:175,82166,595,91143,280,0005,032,0002,273,280
26Feb 21, 2026 14:175,94769,985,14645,333,0004,029,0002,301,952
27Feb 21, 2026 14:175,97879,190,83746,583,0003,038,0002,318,336