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 19, 2026 18:52Daniel MastalerzDaniel MastalerzScore: 6,381Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 18:526,26681,775,83548,004,0004,000,0002,273,280
2Feb 19, 2026 18:526,26674,945,86048,008,0004,000,0002,523,136
3Feb 19, 2026 18:526,26782,651,77948,014,0004,001,0002,322,432
4Feb 19, 2026 18:526,38176,764,50649,965,0002,997,0002,273,280
5Feb 19, 2026 18:526,39476,059,63649,067,0004,005,0002,318,336
6Feb 19, 2026 18:526,41376,584,79350,215,0003,012,0002,318,336