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 23, 2026 16:11wnwnScore: 4,388Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 23, 2026 16:124,35758,232,29934,157,0002,009,0002,535,424
2Feb 23, 2026 18:224,35856,958,64834,161,0002,009,0002,535,424
3Feb 23, 2026 16:124,36862,516,73134,239,0002,014,0002,494,464
4Feb 23, 2026 16:124,36860,679,91934,240,0002,014,0002,486,272
5Feb 23, 2026 16:124,37062,583,69434,259,0002,015,0002,494,464
6Feb 23, 2026 18:094,37056,039,59534,254,0002,014,0002,535,424
7Feb 23, 2026 16:124,37658,951,14735,313,0001,008,0002,535,424
8Feb 23, 2026 18:094,38063,177,21935,347,0001,009,0002,494,464
9Feb 23, 2026 16:124,38155,911,80335,355,0001,010,0002,535,424
10Feb 23, 2026 18:224,38157,649,26835,352,0001,010,0002,535,424
11Feb 23, 2026 18:224,38857,722,32435,408,0001,011,0002,494,464
12Feb 23, 2026 18:074,38957,587,49535,420,0001,012,0002,490,368
13Feb 23, 2026 18:094,39458,783,79335,455,0001,013,0002,273,280
14Feb 23, 2026 16:124,39560,350,69435,468,0001,013,0002,490,368
15Feb 23, 2026 18:074,39757,564,80435,479,0001,013,0002,535,424
16Feb 23, 2026 18:084,40060,668,51935,506,0001,014,0002,535,424
17Feb 23, 2026 18:084,40468,119,36435,542,0001,015,0002,486,272
18Feb 23, 2026 18:084,41165,545,71735,593,0001,016,0002,486,272
19Feb 23, 2026 18:074,41364,281,08035,607,0001,017,0002,490,368
20Feb 23, 2026 16:124,44061,326,38734,862,0001,992,0002,494,464
21Feb 23, 2026 16:124,44061,861,28434,857,0001,991,0002,498,560