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 listJan 15, 2026 16:50Jonathan GopelJonathan GopelScore: 327,167Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 15, 2026 16:51326,1662,734,694,7792,639,222,00067,954,0002,273,280
2Jan 15, 2026 16:51326,2812,737,185,2582,637,179,00070,951,0002,289,664
3Jan 15, 2026 16:51326,3042,736,504,2972,635,368,00072,954,0002,281,472
4Jan 15, 2026 16:50326,4412,742,567,9352,650,494,00058,966,0002,289,664
5Jan 15, 2026 16:51326,6492,735,858,8422,660,220,00050,965,0002,281,472
6Jan 15, 2026 16:51326,8172,746,671,5212,656,615,00055,970,0002,281,472
7Jan 15, 2026 16:50327,0162,741,785,9222,653,252,00060,982,0002,289,664
8Jan 15, 2026 16:51327,1362,750,976,8802,648,247,00066,980,0002,289,664
9Jan 15, 2026 16:51327,1652,743,801,0492,638,517,00076,956,0002,355,200
10Jan 15, 2026 16:51327,1672,741,781,2302,652,525,00062,964,0002,371,584
11Jan 15, 2026 16:50327,3102,749,196,2352,642,741,00073,936,0002,359,296
12Jan 15, 2026 16:51327,3572,743,368,4322,648,117,00068,950,0002,281,472
13Jan 15, 2026 16:51327,4202,745,426,3782,638,628,00078,958,0002,289,664
14Jan 15, 2026 16:51327,7252,747,886,9942,662,162,00057,959,0002,281,472
15Jan 15, 2026 16:50328,1012,754,837,9482,674,251,00048,986,0002,281,472
16Jan 15, 2026 16:51328,2702,749,875,2152,644,679,00079,960,0002,367,488
17Jan 15, 2026 16:50328,7342,756,128,9362,667,527,00060,966,0002,281,472
18Jan 15, 2026 16:50336,0262,815,043,3112,734,052,00054,960,0002,281,472