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 10, 2026 02:06Victor MerckléVictor MerckléError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 10, 2026 02:06061,059,80452,518,0001,023,0002,138,112expected "53687934936808931 ", got "27656398933510937 "
2Jun 10, 2026 02:06061,260,10852,545,0001,019,0002,138,112expected "53683242646480883 ", got "27647929954864066 "
3Jun 10, 2026 02:06061,196,26052,514,0001,019,0002,138,112expected "53689062944024001 ", got "27650970603782102 "