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 listApr 10, 2026 16:10Danylo MocherniukDanylo MocherniukScore: 5,556Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 10, 2026 16:105,51769,853,41834,838,00010,949,0002,273,280
2Apr 10, 2026 16:105,55669,174,68234,084,00012,029,0002,469,888
3Apr 10, 2026 16:105,56266,745,07135,128,00011,040,0002,310,144