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 10, 2026 16:10Josu San MartinJosu San MartinScore: 11,116Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 16:109,09394,045,06674,462,0001,006,0002,281,472
2Mar 10, 2026 16:109,207100,376,01375,415,0001,005,0002,383,872
3Mar 10, 2026 16:109,466107,110,08077,558,0001,007,0002,379,776
4Mar 10, 2026 16:1011,116112,790,39191,258,0001,002,0002,482,176
5Mar 10, 2026 16:1011,198115,517,88790,947,0001,998,0002,281,472
6Mar 10, 2026 16:1011,267118,784,20692,507,0001,005,0002,281,472