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 20:00sheryllynn24sheryllynn24Score: 6,955Success
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 20:006,78779,142,25155,328,0001,005,0002,269,184
2Sep 26, 2025 20:006,80677,877,52955,480,0001,008,0002,285,568
3Sep 26, 2025 20:006,82990,546,86455,668,0001,012,0002,265,088
4Sep 26, 2025 20:006,95586,678,32856,732,000995,0002,285,568
5Sep 26, 2025 20:006,96882,015,68955,843,0001,994,0002,285,568
6Sep 26, 2025 20:006,97490,274,47155,891,0001,996,0002,523,136