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 8, 2026 20:26Daniel MastalerzDaniel MastalerzScore: 10,552Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 8, 2026 20:2610,501114,861,45482,147,0005,009,0002,367,488
2Feb 8, 2026 20:2610,513116,252,97183,245,0004,011,0002,396,160
3Feb 8, 2026 20:2610,516113,312,04183,270,0004,013,0002,404,352
4Feb 8, 2026 20:2610,517109,826,48383,278,0004,013,0002,486,272
5Feb 8, 2026 20:2610,522113,311,56483,316,0004,015,0002,408,448
6Feb 8, 2026 20:2610,544114,988,65183,495,0004,023,0002,314,240
7Feb 8, 2026 20:2610,552113,088,33083,557,0004,026,0002,363,392
8Feb 8, 2026 20:2610,565113,762,82783,702,0003,985,0002,498,560
9Feb 8, 2026 20:2610,630112,385,88585,223,0003,007,0002,334,720
10Feb 8, 2026 20:2610,630111,233,53885,222,0003,007,0002,416,640
11Feb 8, 2026 20:2610,654114,220,22084,411,0004,019,0002,297,856
12Feb 8, 2026 20:2610,660111,085,09185,461,0003,016,0002,412,544