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 21, 2025 08:02sheryllynn24sheryllynn24Score: 9,147Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 21, 2025 08:028,54093,996,98469,882,000998,0002,289,664
2Sep 21, 2025 08:028,638101,646,64170,688,0001,009,0002,289,664
3Sep 21, 2025 08:029,05798,885,98673,170,0002,004,0002,510,848
4Sep 21, 2025 08:029,147100,932,65972,926,0002,996,0002,514,944
5Sep 21, 2025 08:0211,420119,795,36392,795,0001,995,0002,289,664
6Sep 21, 2025 08:0212,186131,193,72499,141,0002,002,0002,523,136