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 listMar 30, 2026 18:06Dominique GarmierDominique GarmierScore: 37,281Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 30, 2026 18:0837,246336,191,022307,142,0002,000,0002,293,760
2Mar 30, 2026 18:0337,249340,499,085308,169,0001,000,0002,293,760
3Mar 30, 2026 18:0337,256329,347,652309,228,00002,293,760
4Mar 30, 2026 21:1937,256342,260,694308,225,0001,000,0002,293,760
5Mar 30, 2026 18:0637,263346,167,504308,280,0001,000,0002,293,760
6Mar 30, 2026 18:0837,271341,094,997308,353,000997,0002,269,184
7Mar 30, 2026 21:1937,281341,775,227307,428,0002,002,0002,293,760
8Mar 30, 2026 18:0637,282333,215,331308,440,0001,001,0002,293,760
9Mar 30, 2026 21:1937,307335,612,945307,649,0001,997,0002,285,568
10Mar 30, 2026 18:0837,310337,963,190307,678,0001,997,0002,293,760
11Mar 30, 2026 18:0337,323335,591,681307,782,0001,998,0002,293,760
12Mar 30, 2026 18:0637,336335,640,471307,893,0001,999,0002,293,760