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 11, 2026 18:13olliecrowolliecrowScore: 6,284Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 11, 2026 18:136,07375,405,99845,365,0005,040,0002,355,200
2Feb 11, 2026 18:136,10473,119,51047,622,0003,039,0002,318,336
3Feb 11, 2026 18:136,11681,174,29447,778,0002,986,0002,342,912
4Feb 11, 2026 18:136,23879,713,22150,779,000995,0002,494,464
5Feb 11, 2026 18:136,26083,418,82648,963,0002,997,0002,449,408
6Feb 11, 2026 18:136,27377,497,51550,062,0002,002,0002,441,216
7Feb 11, 2026 18:136,28481,421,33950,150,0002,006,0002,342,912
8Feb 11, 2026 18:136,32373,192,32848,448,0004,037,0002,293,760
9Feb 11, 2026 18:136,35684,495,83749,767,0002,986,0002,510,848
10Feb 11, 2026 18:136,37682,527,90849,925,0002,995,0002,338,816
11Feb 11, 2026 18:136,40782,504,34549,169,0004,013,0002,306,048
12Feb 11, 2026 18:136,56682,454,25752,483,0002,018,0002,494,464