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 listNov 11, 2025 10:14Serge SmirnovSerge SmirnovScore: 2,067,129Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 11, 2025 10:142,064,99417,170,025,47717,078,480,00060,969,0002,277,376
2Nov 11, 2025 10:142,067,12917,188,952,73117,083,205,00073,966,0002,277,376
3Nov 11, 2025 10:142,071,50217,228,936,53117,120,501,00072,968,0002,519,040