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 listJul 29, 2025 03:28Marco BarboneMarco BarboneScore: 229,844Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2025 03:28229,7881,941,168,2881,906,243,000999,0002,277,376
2Jul 29, 2025 03:28229,8441,930,956,3121,906,706,000999,0002,478,080
3Jul 29, 2025 03:28229,9271,941,211,5691,906,394,0001,998,0002,285,568