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 listAug 30, 2025 21:18Adam FolwarcznyAdam FolwarcznyScore: 10,970Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 30, 2025 21:1810,652112,992,61446,687,00041,721,0002,445,312
2Aug 30, 2025 21:1810,882113,186,40650,621,00039,703,0002,498,560
3Aug 30, 2025 21:1810,937122,579,30756,859,00033,916,0002,396,160
4Aug 30, 2025 21:1810,970121,734,97149,484,00041,566,0002,486,272
5Aug 30, 2025 21:1811,016126,600,94352,672,00038,758,0002,498,560
6Aug 30, 2025 21:1811,044117,744,54754,801,00036,866,0002,498,560