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:52Jonathan GopelJonathan GopelScore: 335,118Success
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:52333,2602,793,561,1272,697,109,00068,951,0002,359,296
2Jan 15, 2026 16:49333,9342,794,980,3632,702,689,00068,966,0002,289,664
3Jan 15, 2026 16:49334,2052,801,973,8202,703,930,00069,972,0002,289,664
4Jan 15, 2026 16:52334,4172,799,993,1392,703,694,00071,965,0002,281,472
5Jan 15, 2026 16:52334,4892,800,488,6692,712,301,00063,959,0002,289,664
6Jan 15, 2026 16:52334,6482,804,003,5722,714,610,00062,967,0002,281,472
7Jan 15, 2026 16:52335,1182,806,487,0852,712,514,00068,962,0002,347,008
8Jan 15, 2026 16:52335,1462,812,768,3332,721,737,00059,972,0002,281,472
9Jan 15, 2026 16:52335,3292,811,008,8922,728,266,00054,965,0002,371,584
10Jan 15, 2026 16:52337,2892,824,439,6092,725,542,00073,960,0002,281,472
11Jan 15, 2026 16:49337,6612,826,180,8752,727,621,00074,962,0002,281,472
12Jan 15, 2026 16:52346,0502,901,408,9252,809,251,00062,960,0002,289,664