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 5, 2021 13:51David KlassenDavid KlassenScore: 164,470Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 5, 2021 13:51164,2641,425,720,7931,363,389,56202,179,072
2Aug 5, 2021 13:51164,4701,419,326,7041,365,099,94502,191,360
3Aug 5, 2021 13:51164,6441,438,092,0641,366,548,75202,191,360