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 19, 2024 01:09zielajzielajScore: 3,870Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 19, 2024 01:093,62850,163,61329,112,0001,003,0002,523,136
2Nov 19, 2024 01:093,69462,304,97130,664,00002,523,136
3Nov 19, 2024 01:093,71456,240,35028,835,0001,988,0002,371,584
4Nov 19, 2024 01:093,87057,482,00431,120,0001,003,0002,383,872
5Nov 19, 2024 01:093,87760,273,69531,174,0001,005,0002,379,776
6Nov 19, 2024 01:093,90051,062,29431,355,0001,011,0002,383,872