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 20, 2025 08:41sheryllynn24sheryllynn24Score: 10,258Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 20, 2025 08:4110,228110,451,88082,898,0001,997,0002,285,568
2Sep 20, 2025 08:4110,229110,390,01182,906,0001,997,0002,387,968
3Sep 20, 2025 08:4110,231113,687,62482,918,0001,998,0002,285,568
4Sep 20, 2025 08:4110,258113,661,88383,142,0002,003,0002,285,568
5Sep 20, 2025 08:4110,264111,063,63884,193,0001,002,0002,285,568
6Sep 20, 2025 08:4110,271118,941,32484,246,0001,002,0002,285,568