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 28, 2026 20:31wnwnScore: 4,413Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 28, 2026 20:324,36756,828,77334,235,0002,013,0002,486,272
2Feb 28, 2026 20:324,37655,150,63435,309,0001,008,0002,277,376
3Feb 28, 2026 20:474,37857,884,68635,326,0001,009,0002,277,376
4Feb 28, 2026 20:324,38460,027,96335,379,0001,010,0002,531,328
5Feb 28, 2026 20:324,38762,472,63535,398,0001,011,0002,490,368
6Feb 28, 2026 20:474,39761,957,14435,480,0001,013,0002,498,560
7Feb 28, 2026 20:324,39861,695,96035,489,0001,013,0002,498,560
8Feb 28, 2026 20:474,40565,134,66835,549,0001,015,0002,494,464
9Feb 28, 2026 20:474,41163,840,37335,593,0001,016,0002,277,376
10Feb 28, 2026 20:324,41363,310,07735,612,0001,017,0002,277,376
11Feb 28, 2026 20:324,41859,959,02435,651,0001,018,0002,277,376
12Feb 28, 2026 20:324,41962,752,15535,661,0001,018,0002,277,376
13Feb 28, 2026 20:324,42060,942,78035,670,0001,019,0002,494,464
14Feb 28, 2026 20:474,43868,157,19535,839,000995,0002,277,376
15Feb 28, 2026 20:324,43972,749,63034,853,0001,991,0002,494,464
16Feb 28, 2026 20:474,43964,495,54635,851,000995,0002,494,464
17Feb 28, 2026 20:324,46170,091,04735,025,0002,001,0002,277,376
18Feb 28, 2026 20:328,07299,402,58164,997,0001,999,0002,498,560