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 listSep 26, 2025 17:55sheryllynn24sheryllynn24Score: 7,129Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 26, 2025 17:556,98092,971,10755,933,0001,997,0002,269,184
2Sep 26, 2025 17:556,99082,304,66957,017,0001,000,0002,285,568
3Sep 26, 2025 17:557,00485,954,27556,130,0002,004,0002,265,088
4Sep 26, 2025 17:557,12986,405,89057,164,0002,005,0002,506,752
5Sep 26, 2025 17:557,14288,546,62658,273,0001,004,0002,285,568
6Sep 26, 2025 17:557,17085,711,48558,505,0001,008,0002,285,568