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 listFeb 17, 2026 22:28lipapipalipapipaScore: 6,744Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2026 22:286,49384,250,57351,899,0001,996,0002,486,272
2Feb 17, 2026 22:286,67681,134,05753,396,0002,014,0002,506,752
3Feb 17, 2026 22:286,73480,592,74552,896,0002,994,0002,498,560
4Feb 17, 2026 22:286,74487,429,17652,980,0002,998,0002,486,272
5Feb 17, 2026 22:286,79681,719,76955,398,0001,007,0002,334,720
6Feb 17, 2026 22:286,84584,394,81155,817,000996,0002,363,392