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:24Adam FolwarcznyAdam FolwarcznyScore: 10,294Success
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:2410,044109,793,36150,018,00033,345,0002,506,752
2Aug 30, 2025 21:2410,157115,576,29644,110,00040,189,0002,531,328
3Aug 30, 2025 21:2410,204113,265,36245,301,00039,392,0002,506,752
4Aug 30, 2025 21:2410,294112,921,89049,105,00036,338,0002,498,560
5Aug 30, 2025 21:2410,353116,773,15648,396,00037,532,0002,506,752
6Aug 30, 2025 21:2410,409111,565,23748,108,00038,290,0002,506,752