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 15:31Danylo MocherniukDanylo MocherniukScore: 6,226Success
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 15:306,17673,777,27549,250,0002,010,0002,428,928
2Apr 6, 2026 15:336,17778,423,24149,260,0002,010,0002,433,024
3Apr 6, 2026 15:306,18372,892,48749,303,0002,012,0002,297,856
4Apr 6, 2026 15:336,19374,941,78249,390,0002,015,0002,433,024
5Apr 6, 2026 15:336,19775,158,53749,419,0002,017,0002,428,928
6Apr 6, 2026 15:306,20477,762,54749,475,0002,019,0002,433,024
7Apr 6, 2026 15:316,20472,588,74650,481,0001,009,0002,437,120
8Apr 6, 2026 15:336,20577,473,00551,500,00002,297,856
9Apr 6, 2026 15:316,20579,263,36649,484,0002,019,0002,297,856
10Apr 6, 2026 15:346,21279,118,23150,547,0001,010,0002,420,736
11Apr 6, 2026 15:306,21674,783,43150,580,0001,011,0002,433,024
12Apr 6, 2026 15:316,21682,434,57351,596,00002,428,928
13Apr 6, 2026 15:346,22378,914,04951,652,00002,297,856
14Apr 6, 2026 15:316,22681,497,12651,678,00002,297,856
15Apr 6, 2026 15:306,22976,329,38450,689,0001,013,0002,293,760
16Apr 6, 2026 15:316,23176,702,76651,721,00002,437,120
17Apr 6, 2026 15:316,23388,130,15449,703,0002,028,0002,297,856
18Apr 6, 2026 15:316,24078,253,23148,802,0002,987,0002,424,832
19Apr 6, 2026 15:306,24078,588,60049,803,0001,992,0002,297,856
20Apr 6, 2026 15:316,24179,523,65749,810,0001,992,0002,297,856
21Apr 6, 2026 15:306,24281,454,18049,818,0001,992,0002,441,216
22Apr 6, 2026 15:306,24479,156,15050,831,000996,0002,510,848
23Apr 6, 2026 15:306,26072,663,51949,964,0001,998,0002,437,120
24Apr 6, 2026 15:346,26075,527,92449,958,0001,998,0002,433,024
25Apr 6, 2026 15:336,26780,133,49550,016,0002,000,0002,297,856
26Apr 6, 2026 15:316,27573,020,02249,081,0003,005,0002,297,856
27Apr 6, 2026 15:336,29272,500,72349,211,0003,012,0002,297,856