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 13, 2026 13:52Dominique GarmierDominique GarmierScore: 146,771Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 13, 2026 13:52145,9401,238,622,8591,209,300,0001,998,0002,449,408
2Mar 13, 2026 13:52146,7711,244,991,8091,215,199,0003,000,0002,453,504
3Mar 13, 2026 13:52148,3331,275,844,7551,228,173,0002,995,0002,293,760