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 11, 2024 05:08Siddhant Rai ViksitSiddhant Rai ViksitScore: 1,646,959Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 11, 2024 05:081,646,64213,740,270,05513,667,126,84602,260,992
2Aug 11, 2024 05:081,646,95913,729,294,89413,669,756,30702,256,896
3Aug 11, 2024 05:081,662,37213,859,871,41413,797,686,75002,256,896