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 14, 2026 05:29wnwnScore: 4,293Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 14, 2026 05:304,11658,131,46632,156,0002,009,0002,277,376
2Apr 14, 2026 05:304,13258,323,51232,280,0002,017,0002,482,176
3Apr 14, 2026 05:294,13958,871,79633,347,0001,010,0002,494,464
4Apr 14, 2026 05:304,14555,506,03533,394,0001,011,0002,277,376
5Apr 14, 2026 05:294,27563,091,10934,467,0001,013,0002,277,376
6Apr 14, 2026 05:294,27862,536,13834,497,0001,014,0002,277,376
7Apr 14, 2026 05:304,27853,396,22534,493,0001,014,0002,277,376
8Apr 14, 2026 05:294,29359,199,29034,611,0001,017,0002,277,376
9Apr 14, 2026 05:304,29457,577,34134,619,0001,018,0002,277,376
10Apr 14, 2026 05:304,31761,958,85833,842,0001,990,0002,490,368
11Apr 14, 2026 05:304,32364,032,12734,853,0001,025,0002,277,376
12Apr 14, 2026 05:294,32960,415,23933,934,0001,996,0002,277,376
13Apr 14, 2026 05:294,33259,493,44533,962,0001,997,0002,277,376
14Apr 14, 2026 05:304,33759,301,24233,996,0001,999,0002,490,368
15Apr 14, 2026 05:304,34261,367,75834,038,0002,002,0002,494,464