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 22:08lipapipalipapipaScore: 6,392Success
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 22:086,22484,281,24050,650,0001,013,0002,293,760
2Feb 19, 2026 22:086,30970,286,96551,359,0001,007,0002,334,720
3Feb 19, 2026 22:086,31278,721,61950,372,0002,014,0002,437,120
4Feb 19, 2026 22:086,39278,114,76150,053,0003,003,0002,433,024
5Feb 19, 2026 22:086,41378,242,02751,223,0002,008,0002,396,160
6Feb 19, 2026 22:086,49483,430,57053,904,00002,428,928