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 listMar 22, 2026 19:14zielajzielajScore: 3,539Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 00:143,51251,359,90027,139,0002,010,0002,433,024
2Mar 22, 2026 19:143,53062,222,46228,291,0001,010,0002,523,136
3Mar 22, 2026 19:143,53953,931,27127,350,0002,025,0002,277,376
4Mar 23, 2026 00:143,53951,843,90728,359,0001,012,0002,478,080
5Mar 23, 2026 00:143,54051,246,66728,366,0001,013,0002,437,120
6Mar 22, 2026 19:143,55055,563,95628,449,0001,016,0002,527,232