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 listApr 6, 2026 16:21Danylo MocherniukDanylo MocherniukScore: 6,047Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 6, 2026 16:216,00580,175,18447,852,0001,993,0002,412,544
2Apr 6, 2026 16:216,01269,105,82747,907,0001,996,0002,400,256
3Apr 6, 2026 16:216,03076,401,31448,050,0002,002,0002,293,760
4Apr 6, 2026 16:226,03073,733,76648,050,0002,002,0002,396,160
5Apr 6, 2026 16:216,03272,413,17748,063,0002,002,0002,400,256
6Apr 6, 2026 16:226,04072,442,27048,128,0002,005,0002,293,760
7Apr 6, 2026 16:216,04172,487,53448,134,0002,005,0002,293,760
8Apr 6, 2026 16:216,04274,197,44449,148,0001,003,0002,293,760
9Apr 6, 2026 16:226,04472,710,50848,162,0002,006,0002,482,176
10Apr 6, 2026 16:216,04572,366,88348,166,0002,006,0002,293,760
11Apr 6, 2026 16:216,04773,009,17749,184,0001,003,0002,400,256
12Apr 6, 2026 16:226,04874,718,14647,184,0003,011,0002,396,160
13Apr 6, 2026 16:226,04971,843,47648,202,0002,008,0002,293,760
14Apr 6, 2026 16:226,05776,616,09849,271,0001,005,0002,293,760
15Apr 6, 2026 16:216,05770,720,91248,266,0002,011,0002,293,760
16Apr 6, 2026 16:226,05971,512,80950,287,00002,400,256
17Apr 6, 2026 16:226,07576,659,73349,411,0001,008,0002,404,352
18Apr 6, 2026 16:216,08782,048,14250,525,00002,408,448
19Apr 6, 2026 16:226,12381,159,80348,826,0001,992,0002,293,760
20Apr 6, 2026 16:216,14877,270,27949,031,0002,001,0002,396,160
21Apr 6, 2026 16:216,38274,958,03447,973,0004,997,0002,506,752