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 17:03zielajzielajScore: 3,513Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 02:423,47553,981,72826,855,0001,989,0002,433,024
2Mar 22, 2026 02:423,49752,617,82727,025,0002,001,0002,441,216
3Mar 22, 2026 02:423,50149,480,51527,052,0002,003,0002,519,040
4Mar 22, 2026 17:033,51349,213,49127,148,0002,010,0002,441,216
5Mar 22, 2026 17:033,54449,391,07928,401,0001,014,0002,428,928
6Mar 22, 2026 17:033,55852,625,46628,510,0001,018,0002,441,216