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 9, 2026 04:43olliecrowolliecrowScore: 6,519Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 9, 2026 04:436,23679,720,34345,786,0005,972,0002,367,488
2Mar 9, 2026 04:436,25079,913,91044,895,0006,983,0002,420,736
3Mar 9, 2026 04:436,26980,358,01748,028,0004,002,0002,461,696
4Mar 9, 2026 04:436,51978,026,29148,097,0006,012,0002,400,256
5Mar 9, 2026 04:436,57581,073,21448,616,0005,953,0002,363,392
6Mar 9, 2026 04:436,57682,754,57151,607,0002,977,0002,506,752