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 listApr 18, 2026 11:59wnwnScore: 4,449Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 18, 2026 11:594,39659,500,89735,477,0001,013,0002,486,272
2Apr 18, 2026 11:594,41063,945,13535,587,0001,016,0002,277,376
3Apr 18, 2026 11:554,43864,400,72334,848,0001,991,0002,498,560
4Apr 18, 2026 11:584,43871,135,02334,845,0001,991,0002,490,368
5Apr 18, 2026 11:594,43860,673,72034,848,0001,991,0002,535,424
6Apr 18, 2026 11:554,43866,513,05634,848,0001,991,0002,277,376
7Apr 18, 2026 11:594,43961,495,95834,855,0001,991,0002,277,376
8Apr 18, 2026 11:594,44559,753,69434,896,0001,994,0002,531,328
9Apr 18, 2026 12:014,44765,113,63434,914,0001,995,0002,482,176
10Apr 18, 2026 11:594,44960,564,60234,929,0001,995,0002,277,376
11Apr 18, 2026 11:554,45560,097,06334,981,0001,998,0002,535,424
12Apr 18, 2026 11:584,46564,963,50735,056,0002,003,0002,535,424
13Apr 18, 2026 12:014,47357,811,12135,118,0002,006,0002,490,368
14Apr 18, 2026 11:594,47763,763,75235,154,0002,008,0002,490,368
15Apr 18, 2026 12:014,51458,594,26236,451,0001,012,0002,494,464
16Apr 18, 2026 11:584,57467,001,84835,967,0001,998,0002,277,376
17Apr 18, 2026 11:594,65666,034,47537,631,0001,017,0002,277,376
18Apr 18, 2026 11:594,73660,349,13438,301,0001,007,0002,490,368