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 listApr 11, 2026 09:43Danylo MocherniukDanylo MocherniukScore: 4,659Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 11, 2026 09:434,59562,630,93536,131,0002,007,0002,297,856
2Apr 11, 2026 09:434,63264,707,69535,408,0003,035,0002,297,856
3Apr 11, 2026 09:434,63659,740,66535,440,0003,037,0002,383,872
4Apr 11, 2026 09:434,64167,368,07235,483,0003,041,0002,392,064
5Apr 11, 2026 09:434,64365,396,08935,495,0003,042,0002,392,064
6Apr 11, 2026 09:434,64564,705,22337,538,0001,014,0002,392,064
7Apr 11, 2026 09:434,65863,586,14136,626,0002,034,0002,297,856
8Apr 11, 2026 09:434,65965,407,02537,651,0001,017,0002,297,856
9Apr 11, 2026 09:434,66163,579,88335,709,0002,975,0002,297,856
10Apr 11, 2026 09:434,66167,827,89436,651,0002,036,0002,318,336
11Apr 11, 2026 09:434,79768,687,55737,828,0001,990,0002,396,160
12Apr 11, 2026 09:434,79968,361,71737,841,0001,991,0002,297,856
13Apr 11, 2026 09:434,85261,579,98837,252,0003,020,0002,383,872
14Apr 11, 2026 09:434,90165,677,66438,643,0002,033,0002,297,856
15Apr 11, 2026 09:434,95667,307,02038,123,0003,009,0002,383,872