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 listMar 17, 2026 15:00wnwnScore: 4,285Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 17, 2026 15:004,23561,370,70333,145,0002,008,0002,490,368
2Mar 17, 2026 15:004,23858,975,12933,167,0002,010,0002,273,280
3Mar 17, 2026 15:004,25256,262,90934,282,0001,008,0002,273,280
4Mar 17, 2026 15:004,25460,087,35334,302,0001,008,0002,494,464
5Mar 17, 2026 15:004,25757,667,42633,315,0002,019,0002,490,368
6Mar 17, 2026 15:014,25959,096,22834,343,0001,010,0002,273,280
7Mar 17, 2026 15:014,28361,984,90634,532,0001,015,0002,486,272
8Mar 17, 2026 15:004,28559,536,83834,553,0001,016,0002,490,368
9Mar 17, 2026 15:004,29063,473,15434,593,0001,017,0002,273,280
10Mar 17, 2026 15:004,29866,423,16034,653,0001,019,0002,273,280
11Mar 17, 2026 15:004,30266,622,59934,687,0001,020,0002,273,280
12Mar 17, 2026 15:004,30862,702,10833,769,0001,986,0002,273,280
13Mar 17, 2026 15:004,31865,923,39333,847,0001,991,0002,531,328
14Mar 17, 2026 15:004,31861,391,12233,851,0001,991,0002,490,368
15Mar 17, 2026 15:014,32660,410,82533,908,0001,994,0002,273,280