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 listJun 30, 2026 09:59Adam FolwarcznyAdam FolwarcznyError
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Jul 8, 2026 12:58wn11.69CustomSolution Broken
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 8, 2026 12:59060,690,82348,511,0004,022,0002,117,632expected "99999999896817506 ", got "86414768463344619 "
2Jul 8, 2026 12:59060,987,76848,580,0004,162,0002,117,632expected "99999999904064950 ", got "86414768471344619 "
3Jul 8, 2026 12:59060,808,96948,504,0004,101,0002,117,632expected "99999998243598074 ", got "86414767509444619 "
4Jun 30, 2026 09:596,46261,612,78849,363,0004,273,0002,117,632
5Jun 30, 2026 09:596,58162,369,57350,472,0004,153,0002,117,632
6Jun 30, 2026 09:596,61662,673,67850,521,0004,398,0002,117,632
7Jun 30, 2026 09:596,62062,773,29550,713,0004,235,0002,117,632
8Jun 30, 2026 09:596,64062,855,21150,888,0004,226,0002,117,632
9Jun 30, 2026 09:596,65663,293,74450,965,0004,286,0002,117,632
10Jun 30, 2026 09:596,66963,148,36351,019,0004,334,0002,117,632
11Jun 30, 2026 09:596,75964,069,73751,656,0004,449,0002,117,632
12Jun 30, 2026 09:596,78364,318,02951,870,0004,433,0002,117,632